Darktide-Mod-Framework/vmf/scripts
FireSiku a1124e3519 Keybindings: move input_service:get(special_key) calls out of the loop.
The function is called whenever a key is pressed, therefore we only need to check for ctrl, alt and shift once. Each of them was called twice, nested inside two loops.

The same thing can be found in Custom Menus, the same block of three lines and six conditionals. Good target for refactoring.
2018-06-07 00:20:27 -04:00
..
mods/vmf Keybindings: move input_service:get(special_key) calls out of the loop. 2018-06-07 00:20:27 -04:00