RT
Functions
key_mapping.c File Reference
#include "ftmath.h"
#include <SDL.h>
#include "t_data.h"
#include "config.h"
Include dependency graph for key_mapping.c:

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)
 

Function Documentation

◆ animation_keybind()

void animation_keybind ( t_data app,
SDL_Keycode  key,
bool  state 
)

◆ click_event()

void click_event ( SDL_Event *  ev,
void *  arg 
)

◆ key_event()

void key_event ( int *  quit,
SDL_Keycode  key,
void *  arg,
bool  state 
)

◆ mouse_motion()

void mouse_motion ( SDL_Event *  event,
void *  arg 
)