|
Static Public メソッド |
| 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 メソッド |
| | Sys () |