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

Method getKeyState

src/lib/platform/MSWindowsScreen.cpp:857–860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

855}
856
857IKeyState *MSWindowsScreen::getKeyState() const
858{
859 return m_keyState;
860}
861
862bool MSWindowsScreen::onPreDispatch(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
863{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected