Inheritance diagram for sdl4gcj::Sys:
Static Public Member Functions | |
static native final int | init (int flags) |
SDL_Init() Initialize SDL system. | |
static native final int | initSubSystem (int flags) |
Initialize subsystem. | |
static native final int | wasInit (int flags) |
Check which subsystems are initialized. | |
static native final void | quitSubSystem (int flags) |
Finalize subsystem. | |
static native final void | quit () |
Finalize SDL system. | |
static native Version | compiledVersion () |
Get version of compile library. | |
static native Version | linkedVersion () |
Get version of linked library. | |
static native final void | delay (long ms) |
Wait a specified number of miliseconds. | |
static native final long | getTicks () |
Get a number of miliseconds since the SDL system initialization. | |
static native final int | byteOrder () |
Get a native byte order. | |
Private Member Functions | |
Sys () |
Sys class has wrapper for following functions and constants.
|
|
|
Get a native byte order. SDL_BYTEORDER
|
|
Get version of compile library.
|
|
Wait a specified number of miliseconds. SDL_Delay()
|
|
Get a number of miliseconds since the SDL system initialization. SDL_GetTicks() |
|
SDL_Init() Initialize SDL system.
|
|
Initialize subsystem. SDL_InitSubSystem() |
|
Get version of linked library. ( SDL_Linked_Version() )
|
|
Finalize SDL system. SDL_Quit() |
|
Finalize subsystem. SDL_QuitSubSystem() |
|
Check which subsystems are initialized. SDL_WasInit() |