Main Page | Namespace List | Class Hierarchy | Data Structures | Directories | File List | Data Fields

sdl4gcj::SDLSystemConstants Interface Reference

A collection of constants for following functions. More...

Inheritance diagram for sdl4gcj::SDLSystemConstants:

Inheritance graph
[legend]

Data Fields

int SDL_INIT_TIMER = 0x00000001
 Initializes the timer subsystem.
int SDL_INIT_AUDIO = 0x00000010
 Initializes the audio subsystem.
int SDL_INIT_VIDEO = 0x00000020
 Initializes the video subsystem.
int SDL_INIT_CDROM = 0x00000100
 Initializes the cdrom subsystem.
int SDL_INIT_JOYSTICK = 0x00000200
 Initializes the joystick subsystem.
int SDL_INIT_NOPARACHUTE = 0x00100000
 Prevents SDL from catching fatal signals.
int SDL_INIT_EVENTTHREAD = 0x01000000
int SDL_INIT_EVERYTHING = 0x0000FFFF
 Initialize all of the above.
int SDL_LIL_ENDIAN = 1234
 Little endian constant.
int SDL_BIG_ENDIAN = 4321
 Big endian constant.

Detailed Description

A collection of constants for following functions.

Author:
SAWAI, Masahiko


Field Documentation

int sdl4gcj::SDLSystemConstants::SDL_BIG_ENDIAN = 4321
 

Big endian constant.

See also:
SDLSystem.byteOrder()

int sdl4gcj::SDLSystemConstants::SDL_INIT_AUDIO = 0x00000010
 

Initializes the audio subsystem.

See also:
SDLSystem.init()

SDLSystem.initSubSystem()

SDLSystem.quitSubSystem()

SDLSystem.wasInit()

int sdl4gcj::SDLSystemConstants::SDL_INIT_CDROM = 0x00000100
 

Initializes the cdrom subsystem.

See also:
SDLSystem.init()

SDLSystem.initSubSystem()

SDLSystem.quitSubSystem()

SDLSystem.wasInit()

int sdl4gcj::SDLSystemConstants::SDL_INIT_EVENTTHREAD = 0x01000000
 

See also:
SDLSystem.init()

SDLSystem.initSubSystem()

SDLSystem.quitSubSystem()

SDLSystem.wasInit()

int sdl4gcj::SDLSystemConstants::SDL_INIT_EVERYTHING = 0x0000FFFF
 

Initialize all of the above.

See also:
SDLSystem.init()

SDLSystem.initSubSystem()

SDLSystem.quitSubSystem()

SDLSystem.wasInit()

int sdl4gcj::SDLSystemConstants::SDL_INIT_JOYSTICK = 0x00000200
 

Initializes the joystick subsystem.

See also:
SDLSystem.init()

SDLSystem.initSubSystem()

SDLSystem.quitSubSystem()

SDLSystem.wasInit()

int sdl4gcj::SDLSystemConstants::SDL_INIT_NOPARACHUTE = 0x00100000
 

Prevents SDL from catching fatal signals.

See also:
SDLSystem.init()

SDLSystem.initSubSystem()

SDLSystem.quitSubSystem()

SDLSystem.wasInit()

int sdl4gcj::SDLSystemConstants::SDL_INIT_TIMER = 0x00000001
 

Initializes the timer subsystem.

See also:
SDLSystem.init()

SDLSystem.initSubSystem()

SDLSystem.quitSubSystem()

SDLSystem.wasInit()

int sdl4gcj::SDLSystemConstants::SDL_INIT_VIDEO = 0x00000020
 

Initializes the video subsystem.

See also:
SDLSystem.init()

SDLSystem.initSubSystem()

SDLSystem.quitSubSystem()

SDLSystem.wasInit()

int sdl4gcj::SDLSystemConstants::SDL_LIL_ENDIAN = 1234
 

Little endian constant.

See also:
SDLSystem.byteOrder()


The documentation for this interface was generated from the following file:
Generated on Mon Apr 24 14:07:31 2006 for sdl4gcj by  doxygen 1.4.3