flixel
flixel copied to clipboard
Add some missing key codes to FlxKey
I found out that some key codes from my keyboard weren't defined in FlxKey, so I added them. This adds the following keys:
- SCROLL_LOCK
- NUMLOCK
- START (aka Windows key)
- MENU
- BREAK (aka Pause key)
- NUMPADSLASH
Tested on HTML5, HashLink, and Windows; might need more testing on Mac and Linux