Definition in file osLinux.c.
Go to the source code of this file.
Functions | |
void | osInit (int width, int height, unsigned int flags, int *attribs) |
void | osQuit (void) |
int | osGetScreenWidth () |
int | osGetScreenHeight () |
void | osWaitVsync (int interval) |
unsigned int | osGetMilliseconds () |
int | osPollEvent (struct OS_EventRec *e) |
void | osSwapBuffers () |
int | osIsKeyDown (int key) |
int | osShowCursor (int) |
Variables | |
static Display * | g_display |
static Window | g_window |
static int | g_screen |
static GLXContext | g_context |
static OS_Event * | g_eventHead = 0 |
static OS_Event ** | g_eventTail = &g_eventHead |
static int | g_keyboard [256] |