SjB 2b3859937b speeding up (un)register_code16
In register_code16 and unregister_code16 we call register_code and
unregister_code twice, once for the mods and once for the keycode.
The (un)register_code have many check to see that keycode we have sent
however because we know that we are sending it a mods key, why not
just skip all of it and call (un)register_mods instead. This will skip
alot of checks and should speedup the loop a little.
2017-01-23 23:16:57 -05:00
..
2016-12-29 12:13:30 +02:00
2017-01-23 13:55:24 -05:00
2016-12-29 12:13:30 +02:00
2016-12-29 18:28:48 +11:00
2016-12-29 18:28:48 +11:00
2017-01-13 14:04:51 -05:00
2017-01-23 23:16:57 -05:00
2016-12-29 09:32:02 -05:00