Maps enum values and strings to integer keycodes.
Maps enum values and strings to integer keycodes.
staticread onlyfromStringMap:Map<String, FlxKey> = FlxMacroUtil.buildMap("flixel.input.keyboard.FlxKey")
staticread onlytoStringMap:Map<FlxKey, String> = FlxMacroUtil.buildMap("flixel.input.keyboard.FlxKey", true)