#include <stdio.h>#include <stdlib.h>#include <SDL/SDL.h>Functions | |
| void | key_handler (SDL_KeyboardEvent *event) |
| void | mouse_button_handler (SDL_MouseButtonEvent *mbe) |
| void | mouse_motion_handler (SDL_MouseMotionEvent *mme) |
| void | joy_button_handler (SDL_JoyButtonEvent *jbe) |
| void | joy_hat_handler (SDL_JoyHatEvent *jhe) |
| void | joy_axis_handler (SDL_JoyAxisEvent *jae) |
| void | event_poll () |
| int | event_init () |
Variables | |
| static int | initialised = 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6