class flixel.input.mouse.FlxMouseButton implements IFlxDestroyable
Available on all platforms
Class Fields
Instance Fields
function justPressed():Bool
Check to see if the button was just pressed. *
returns | Whether the button was just pressed. |
function justReleased():Bool
Check to see if the button was just released. *
returns | Whether the button was just released. |
function onUp(?FlashEvent:MouseEvent = null):Void
Internal event handler for input and focus. *
FlashEvent | Flash mouse event. |