KL-Corporation / Koponen-Dating-Simulator

Flagship Product of KL Corporation
0 stars 0 forks source link

Allow the binding of mouse buttons onto keyboard keys and vice versa #93

Closed NALStudio closed 1 month ago

NALStudio commented 1 month ago

This could possibly be implemented as a Key class's method that checks for both event type and event key. These are then listed (and checked) before the actual handling of other key events.

Bit of a wonky solution that only fires the keys that were on top of the priority list... Possibly you can handle all keys and then only continue the event down the stack if none matched with the event.