| 855 | } |
| 856 | |
| 857 | IKeyState *MSWindowsScreen::getKeyState() const |
| 858 | { |
| 859 | return m_keyState; |
| 860 | } |
| 861 | |
| 862 | bool MSWindowsScreen::onPreDispatch(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
| 863 | { |
nothing calls this directly
no outgoing calls
no test coverage detected