| 64 | } |
| 65 | |
| 66 | KeyModifierMask PlatformScreen::getActiveModifiers() const |
| 67 | { |
| 68 | return getKeyState()->getActiveModifiers(); |
| 69 | } |
| 70 | |
| 71 | KeyModifierMask PlatformScreen::pollActiveModifiers() const |
| 72 | { |
nothing calls this directly
no outgoing calls
no test coverage detected