Static methods

Constructor

new(ID:Int)

Variables

@:value(FlxPoint.get())read onlyjustPressedPosition:FlxPoint = FlxPoint.get()

@:value(-1)read onlyjustPressedTimeInTicks:Int = -1

Methods

inlinedestroy():Void

onUp(?_:MouseEvent):Void

update():Void

Updates the last and current state of this mouse button.

Inherited Variables

Defined by FlxInput

ID:T

@:value(RELEASED)current:FlxInputState = RELEASED

read onlyjustPressed:Bool

read onlyjustReleased:Bool

@:value(RELEASED)last:FlxInputState = RELEASED

read onlypressed:Bool

read onlyreleased:Bool

Inherited Methods

Defined by FlxInput

press():Void

release():Void

reset():Void