Public Types | |
| enum | Action { JACTION_DOWN = 0, JACTION_MOVE = 1, JACTION_UP = 2, JACTION_CANCEL = 3 } |
Public Member Functions | |
| void | init (float scale) |
| void | setDrawer (TouchControlsDrawer *drawer, int width, int height) |
| void | beforeDraw () |
| void | draw () |
| void | update (Action action, int ptr, int x, int y) |