| 148 | } |
| 149 | |
| 150 | bool XWindowsKeyState::fakeCtrlAltDel() |
| 151 | { |
| 152 | // pass keys through unchanged |
| 153 | return false; |
| 154 | } |
| 155 | |
| 156 | KeyModifierMask XWindowsKeyState::pollActiveModifiers() const |
| 157 | { |
nothing calls this directly
no outgoing calls
no test coverage detected