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

Method getSavedModifiers

src/lib/platform/MSWindowsKeyState.h:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 m_lastDown = value;
155 }
156 KeyModifierMask getSavedModifiers() const
157 {
158 return m_savedModifiers;
159 }
160 void setSavedModifiers(KeyModifierMask value)
161 {
162 m_savedModifiers = value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected