Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deskflow/deskflow
/ getActiveModifiers
Method
getActiveModifiers
src/lib/deskflow/KeyState.cpp:968–971 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
966
}
967
968
KeyModifierMask KeyState::getActiveModifiers() const
969
{
970
return m_mask;
971
}
972
973
KeyModifierMask &KeyState::getActiveModifiersRValue()
974
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected