View source
enum abstract FlxKey(Int)
package flixel.input.keyboard
from Int, to Int,
Available on all platforms
Maps enum values and strings to integer keycodes.
Available on all platforms
Maps enum values and strings to integer keycodes.
staticread onlyfromStringMap:Map<String, FlxKey> = FlxMacroUtil.buildMap("flixel.input.keyboard.FlxKey", false, [])staticread onlytoStringMap:Map<FlxKey, String> = FlxMacroUtil.buildMap("flixel.input.keyboard.FlxKey", true, [])