RT
|
Functions | |
void | animation_keybind (t_data *app, SDL_Keycode key, bool state) |
void | key_event (int *quit, SDL_Keycode key, void *arg, bool state) |
void | click_event (SDL_Event *ev, void *arg) |
void | mouse_motion (SDL_Event *event, void *arg) |
void animation_keybind | ( | t_data * | app, |
SDL_Keycode | key, | ||
bool | state | ||
) |
void click_event | ( | SDL_Event * | ev, |
void * | arg | ||
) |
void key_event | ( | int * | quit, |
SDL_Keycode | key, | ||
void * | arg, | ||
bool | state | ||
) |
void mouse_motion | ( | SDL_Event * | event, |
void * | arg | ||
) |