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

Method getGroupFromState

src/lib/platform/XWindowsKeyState.cpp:850–858  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

848}
849
850uint32_t XWindowsKeyState::getGroupFromState(unsigned int state) const
851{
852#if HAVE_XKB_EXTENSION
853 if (m_xkb != nullptr) {
854 return XkbGroupForCoreState(state);
855 }
856#endif
857 return 0;
858}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected