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

Method disable

src/lib/platform/MSWindowsKeyState.cpp:606–614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604}
605
606void MSWindowsKeyState::disable()
607{
608 if (m_fixTimer != nullptr) {
609 m_events->removeHandler(EventTypes::Timer, m_fixTimer);
610 m_events->deleteTimer(m_fixTimer);
611 m_fixTimer = nullptr;
612 }
613 m_lastDown = 0;
614}
615
616KeyButton MSWindowsKeyState::virtualKeyToButton(UINT virtualKey) const
617{

Callers

nothing calls this directly

Calls 2

removeHandlerMethod · 0.80
deleteTimerMethod · 0.80

Tested by

no test coverage detected