mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-04 07:44:01 +01:00
Instead of having toggle variables for CTRL, Alt and Shift we are now establishing if these keys are up/down from the event object passed in. This means we don't need these flags, it's less code, and more reliable too as we query if these keys are down from the event hooks. delKeyDown is also removed though was never really used.
83 KiB
83 KiB