package flixel.ui
ActionMode | |
DPadMode | |
FlxAnalog | A virtual thumbstick - useful for input on mobile devices. * * @author Ka Wing Chin |
FlxBar | FlxBar is a quick and easy way to create a graphical bar which can * be used as part of your UI/HUD, or positioned next to a sprite. It could represent * a loader, progress or health bar. * * @version 1.6 - October 10th 2011 * @link http://www.photonstorm.com * @author Richard Davey / Photon Storm |
FlxButton | A simple button class that calls a function when clicked by the mouse. |
FlxTypedButton | A simple button class that calls a function when clicked by the mouse. |
FlxVirtualPad | A gamepad which contains 4 directional buttons and 4 action buttons. * It's easy to set the callbacks and to customize the layout. * * @author Ka Wing Chin |
PxButton | A button with a bitmap text field for the label |