|
Static Public Member Functions |
native final int | init (int flags) |
| SDL_Init() Initialize SDL system.
|
native final int | initSubSystem (int flags) |
| Initialize subsystem.
|
native final int | wasInit (int flags) |
| Check which subsystems are initialized.
|
native final void | quitSubSystem (int flags) |
| Finalize subsystem.
|
native final void | quit () |
| Finalize SDL system.
|
native Version | compiledVersion () |
| Get version of compile library.
|
native Version | linkedVersion () |
| Get version of linked library.
|
native final void | delay (long ms) |
| Wait a specified number of miliseconds.
|
native final long | getTicks () |
| Get a number of miliseconds since the SDL system initialization.
|
native final int | byteOrder () |
| Get a native byte order.
|
Private Member Functions |
| Sys () |