Skip to content
tiffany352 edited this page Jan 1, 2013 · 1 revision

Macros

#define IL_GRAPHICS_RANGE   (2)

Range for the events in the graphics module. Will be replaced in 1.0.

#define IL_GRAPHICS_TICK    ((IL_GRAPHICS_RANGE<<8) + 0)

Event ID for a graphics frame.

#define IL_GRAPHICS_TICK_LENGTH (16666)

Framerate limiter speed.

Clone this wiki locally