man event.c () - Event handling.
NAME
event.c - Event handling.
SYNOPSIS
Functions
unsigned int caca_get_event (unsigned int event_mask)
Get the next mouse or keyboard input event.
unsigned int caca_wait_event (unsigned int event_mask)
Wait for the next mouse or keyboard input event.
unsigned int caca_get_mouse_x (void)
Return the X mouse coordinate.
unsigned int caca_get_mouse_y (void)
Return the Y mouse coordinate.
Detailed Description
Version: $Id: event.c 258 2004-01-26 10:52:30Z sam $
Author: Sam Hocevar <sam@zoy.org>
This file contains event handling functions for keyboard and mouse input.
Author
Generated automatically by Doxygen for libcaca from the source code.