| 97 | bool GetWindowMode() const { return mWindowMode; } |
| 98 | bool hasFocusEvent() const { return mHasFocus; } |
| 99 | void clearFocus() { mHasFocus = false; } |
| 100 | cDimension GetScale() const; |
| 101 | |
| 102 | void SetRelativeMouseMode(bool pEnable); |
nothing calls this directly
no outgoing calls
no test coverage detected