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

Method getActiveModifiers

src/lib/deskflow/PlatformScreen.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66KeyModifierMask PlatformScreen::getActiveModifiers() const
67{
68 return getKeyState()->getActiveModifiers();
69}
70
71KeyModifierMask PlatformScreen::pollActiveModifiers() const
72{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected