staticgetByID(id:FlxMouseButtonID):FlxMouseButton
new(ID:Int)
@:value(FlxPoint.get())read onlyjustPressedPosition:FlxPoint = FlxPoint.get()
@:value(-1)read onlyjustPressedTimeInTicks:Int = -1
inlinedestroy():Void
onDown(_:MouseEvent):Void
onUp(?_:MouseEvent):Void
update():Void
Updates the last and current state of this mouse button.
ID:T
@:value(RELEASED)current:FlxInputState = RELEASED
read onlyjustPressed:Bool
read onlyjustReleased:Bool
@:value(RELEASED)last:FlxInputState = RELEASED
read onlypressed:Bool
read onlyreleased:Bool
hasState(state:FlxInputState):Bool
press():Void
release():Void
reset():Void