MCPcopy Create free account
hub / github.com/deskflow/deskflow / getKeyState

Method getKeyState

src/lib/platform/XWindowsScreen.cpp:1070–1073  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1068}
1069
1070IKeyState *XWindowsScreen::getKeyState() const
1071{
1072 return m_keyState;
1073}
1074
1075Bool XWindowsScreen::findKeyEvent(Display *, XEvent *xevent, XPointer arg)
1076{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected