Static methods

Constructor

new(ID:Int)

Variables

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

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

Methods

inlinedestroy():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

@:value(RELEASED)last:FlxInputState = RELEASED

read onlypressed:Bool

read onlyreleased:Bool

Inherited Methods