Main Page   Modules   File List   Globals  

event.c File Reference

Event handling. More...


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...


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.