flixel icon indicating copy to clipboard operation
flixel copied to clipboard

Add some missing key codes to FlxKey

Open Starmapo opened this issue 2 years ago • 0 comments

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

Starmapo avatar Sep 18 '22 02:09 Starmapo