Description |
Parent class: XHandler
To catch events from the keyboard you must register a XKeyboardHandler. Therefor you derive a class from XKeyboardHandler and override the method HandleEvent() where you will get events (XKeyboardEvent) posted from the mouse.
XKeyboardHandler |
XWindow * window The window to handle the keyboard-events for.