Shkyera Engine
Easy to use, game engine for Python
Loading...
Searching...
No Matches
shkyera::InputManager Member List

This is the complete list of members for shkyera::InputManager, including all inherited members.

_coordinateSystemsshkyera::InputManagerprivate
_currentKeyStatesshkyera::InputManagerprivate
_currentMouseStatesshkyera::InputManagerprivate
_mousePosshkyera::InputManagerprivate
_previousKeyStatesshkyera::InputManagerprivate
_previousMouseStatesshkyera::InputManagerprivate
_windowshkyera::InputManagerprivate
CoordinateSystem enum nameshkyera::InputManager
getInstance()shkyera::InputManagerstatic
getMousePosition(CoordinateSystem coordinateSystem) constshkyera::InputManager
getRelativeMousePosition(CoordinateSystem coordinateSystem) constshkyera::InputManager
InputManager()shkyera::InputManagerprivate
isKeyDown(Key key) constshkyera::InputManager
isKeyPressed(Key key) constshkyera::InputManager
isKeyReleased(Key key) constshkyera::InputManager
isKeyUp(Key key) constshkyera::InputManager
isMouseButtonDown(MouseButton button) constshkyera::InputManager
isMouseButtonPressed(MouseButton button) constshkyera::InputManager
isMouseButtonReleased(MouseButton button) constshkyera::InputManager
isMouseButtonUp(MouseButton button) constshkyera::InputManager
isMouseInside(CoordinateSystem coordinteSystem) constshkyera::InputManager
Key typedefshkyera::InputManager
MAX_KEYSshkyera::InputManagerprivatestatic
MAX_MOUSE_BUTTONSshkyera::InputManagerprivatestatic
MouseButton typedefshkyera::InputManager
setCoordinateSystem(CoordinateSystem system, glm::vec2 topLeftCorner, glm::vec2 bottomRightCorner)shkyera::InputManager
setWindow(GLFWwindow *window)shkyera::InputManager
update()shkyera::InputManager