Functions that provide and manipulate application states and system properties.
| Title | Description |
|---|---|
| EnableQuitKeys | Enables or disables the window quit shortcuts (the |
| Exit | Closes the game window. Warning This... |
| ForwardCommand | Forwards a custom command line that can be captured by Android Java side or iOS Objective-C... |
| GetArgc | Retrieves the application argument count. ... |
| GetArgv | Retrieves an application argument sent by the user usually through command... |
| GetInputHandle | Returns a pointer to a valid ETHInput@ input =... |
| GetScreenSize | Returns the current back-buffer size where |
| GetSystemScreenSize | Returns the system's screen size (if the application is running on windowed mode, the system... |
| GetVideoMode | Returns the supported video mode The snippet above lists all supported... |
| GetVideoModeCount | Returns the number of supported video modes. The snippet above lists all supported video... |
| HideCursor | Hides or shows the default mouse cursor on desktop environments. ... |
| IsPixelShaderSupported | Returns true if the GPU supports the required pixel shader model. ... |
Prints to the console window. ... |
|
Prints a |
|
Prints an |
|
Prints an |
|
| SetWindowProperties | Resets window properties. SetWindowProperties("My Game", 1280, 720, true, true,... |
| Windowed | Returns |