6 /*! Time at which the last event with a timestamp occured. */
7 extern Time event_lasttime
;
9 /*! The value of the mask for the NumLock modifier */
10 extern unsigned int NumLockMask
;
11 /*! The value of the mask for the ScrollLock modifier */
12 extern unsigned int ScrollLockMask
;
15 void event_shutdown();