| 848 | } |
| 849 | |
| 850 | uint32_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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected