Variables

@:value(cast 3)@:impl@:enuminlineread onlyDISABLED:FlxButtonState = 3

The button is not interactible

@:value(cast 1)@:impl@:enuminlineread onlyHIGHLIGHT:FlxButtonState = 1

The button is selected, usually meaning the mouse is hovering over it

@:value(cast 0)@:impl@:enuminlineread onlyNORMAL:FlxButtonState = 0

The button is not highlighted or pressed

@:value(cast 2)@:impl@:enuminlineread onlyPRESSED:FlxButtonState = 2

The button is being pressed usually by a mouse