| 1068 | } |
| 1069 | |
| 1070 | IKeyState *XWindowsScreen::getKeyState() const |
| 1071 | { |
| 1072 | return m_keyState; |
| 1073 | } |
| 1074 | |
| 1075 | Bool XWindowsScreen::findKeyEvent(Display *, XEvent *xevent, XPointer arg) |
| 1076 | { |
nothing calls this directly
no outgoing calls
no test coverage detected