| Constructor |
Creates and initializes hgeGUI object. |
| | |
| AddCtrl |
Adds a control to the GUI. |
| DelCtrl |
Removes a control from GUI. |
| GetCtrl |
Returns a pointer to the control from it's identificator. |
| MoveCtrl |
Moves a control. |
| ShowCtrl |
Shows or hides a control. |
| EnableCtrl |
Enables or disables a control. |
| | |
| SetNavMode |
Sets the GUI navigation mode. |
| SetCursor |
Sets the mouse cursor sprite. |
| SetColor |
Sets color of all GUI controls. |
| SetFocus |
Sets the keyboard input focus. |
| GetFocus |
Returns the current keyboard input focus. |
| Enter |
Starts GUI enter animation. |
| Leave |
Starts GUI leave animation. |
| Reset |
Resets GUI to a default state. |
| Move |
Moves all GUI controls to a new position. |
| | |
| Update |
Updates the GUI and processes user's input. |
| Render |
Renders GUI to the screen. |