Input | |
INPUT_EVENT | |
Functions | |
inp_mouse_relative | Fetches the mouse movements. |
inp_mouse_scroll | TODO |
inp_key_pressed | Checks if a key is pressed. |
inp_key_was_pressed | TODO |
inp_key_down | TODO |
inp_num_events | TODO |
inp_get_event | TODO |
inp_clear_events | TODO |
inp_mouse_doubleclick | TODO |
inp_key_presses | TODO |
inp_key_releases | TODO |
inp_key_state | TODO |
inp_key_name | TODO |
inp_key_code | TODO |
inp_clear_key_states | TODO |
Functions | |
inp_mouse_relative | Fetches the mouse movements. |
inp_mouse_scroll | TODO |
inp_key_pressed | Checks if a key is pressed. |
inp_key_was_pressed | TODO |
inp_key_down | TODO |
inp_num_events | TODO |
inp_get_event | TODO |
inp_clear_events | TODO |
inp_mouse_doubleclick | TODO |
inp_key_presses | TODO |
inp_key_releases | TODO |
inp_key_state | TODO |
inp_key_name | TODO |
inp_key_code | TODO |
inp_clear_key_states | TODO |
Fetches the mouse movements.
void inp_mouse_relative( int * x, int * y )
TODO
int inp_mouse_scroll()
Checks if a key is pressed.
int inp_key_pressed( int key )
TODO
int inp_key_was_pressed( int key )
TODO
int inp_key_down( int key )
TODO
int inp_num_events()
TODO
INPUT_EVENT inp_get_event( int index )
TODO
void inp_clear_events()
TODO
int inp_mouse_doubleclick()
TODO
int inp_key_presses( int key )
TODO
int inp_key_releases( int key )
TODO
int inp_key_state( int key )
TODO
const char *inp_key_name( int k )
TODO
int inp_key_code( const char * key_name )
TODO
void inp_clear_key_states()