MCPcopy Create free account
hub / github.com/begla/Intrinsic / getVirtualKeyStates

Method getVirtualKeyStates

IntrinsicCore/src/IntrinsicCoreInputSystem.h:184–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected