Functions | |
unsigned int | caca_get_event (unsigned int event_mask) |
Get the next mouse or keyboard input event. More... | |
unsigned int | caca_wait_event (unsigned int event_mask) |
Wait for the next mouse or keyboard input event. More... | |
unsigned int | caca_get_mouse_x (void) |
Return the X mouse coordinate. More... | |
unsigned int | caca_get_mouse_y (void) |
Return the Y mouse coordinate. More... |
This file contains event handling functions for keyboard and mouse input.