1 /***********************************************************
2 * Rocks'n'Diamonds -- McDuffin Strikes Back! *
3 *----------------------------------------------------------*
4 * (c) 1995-2006 Artsoft Entertainment *
6 * Detmolder Strasse 189 *
9 * e-mail: info@artsoft.org *
10 *----------------------------------------------------------*
12 ***********************************************************/
19 int FilterMouseMotionEvents(const Event *);
21 void HandleOtherEvents(Event *);
22 void ClearEventQueue(void);
23 void ClearPlayerAction(void);
24 void SleepWhileUnmapped(void);
26 void HandleExposeEvent(ExposeEvent *);
27 void HandleButtonEvent(ButtonEvent *);
28 void HandleMotionEvent(MotionEvent *);
29 void HandleKeyEvent(KeyEvent *);
30 void HandleFocusEvent(FocusChangeEvent *);
31 void HandleClientMessageEvent(ClientMessageEvent *);
32 void HandleWindowManagerEvent(Event *);
34 void HandleNoEvent(void);
36 void HandleButton(int, int, int, int);
37 void HandleKey(Key, int);
38 void HandleJoystick();