|
Static Public Member Functions |
native final int | init (int flags) |
| SDL_Init() Initialize SDL system.
|
native final int | initSubSystem (int flags) |
| SDL_InitSubSystem() Initialize subsystem.
|
native final int | wasInit (int flags) |
| SDL_WasInit() Check which subsystems are initialized.
|
native final void | quitSubSystem (int flags) |
| SDL_QuitSubSystem() Finalize subsystem.
|
native final void | quit () |
| SDL_Quit() Finalize SDL system.
|
native final void | delay (long ms) |
| SDL_Delay() Wait a specified number of miliseconds.
|
native final long | getTicks () |
| SDL_GetTicks() Get a number of miliseconds since the SDL system initialization.
|
Private Member Functions |
| Sys () |