cat.wheel.events

Undocumented in source.

Members

Classes

EventArgs
class EventArgs

Arguments to event handler delegates

Handler
class Handler

Represents an SDL event handler, which controls the main thread and calls delegate functions specified by the program

PumpEventArgs
class PumpEventArgs

The argument to the default PUMP event

Enums

ED_START
anonymousenum ED_START
Undocumented in source.

Functions

initSDL
void initSDL(uint systems)

Initialize the SDL library. Call this once, and before anything else. systems: The subsystems to initialize

initSystem
void initSystem(uint systems)

Initialize one or more subsystems of SDL. systems: The subsystems to initialize

quitSDL
void quitSDL()

Shuts down the SDL library and all initialized subsystems

quitSystem
void quitSystem(uint systems)

Shuts down specific subsystems of SDL systems: The subsystems to quit

Meta