| 182 | return _virtualKeyStates[p_PlayerId][p_Key]; |
| 183 | } |
| 184 | _INTR_INLINE static float* getVirtualKeyStates(uint32_t p_PlayerId = 0u) |
| 185 | { |
| 186 | return _virtualKeyStates[p_PlayerId]; |
| 187 | } |
| 188 | _INTR_INLINE static glm::vec2& getLastMousePos() { return _lastMousePos; } |
| 189 | _INTR_INLINE static glm::vec2& getLastMousePosViewport() |
| 190 | { |
nothing calls this directly
no outgoing calls
no test coverage detected