This is the complete list of members for InputManager, including all inherited members.
| FrameBufferSizeCallback(GLFWwindow *window, int width, int height) | InputManager | static |
| GetInstance() | InputManager | inlinestatic |
| GetMouseDelta() const | InputManager | inline |
| GetMousePosition() const | InputManager | inline |
| GetScroll() const | InputManager | inline |
| Init(GLFWwindow *pWindow) | InputManager | |
| InputManager()=default | InputManager | private |
| IsKeyJustPressed(int iKey) const | InputManager | |
| IsKeyPressed(int iKey) const | InputManager | |
| IsMouseButtonPressed(int iButton) const | InputManager | |
| keyCallback(GLFWwindow *pWindow, int iKey, int iScanCode, int iAction, int iMods) | InputManager | privatestatic |
| m_bButtons | InputManager | private |
| m_bFirstMouse | InputManager | private |
| m_bKeys | InputManager | private |
| m_bPrevKeys | InputManager | private |
| m_dScrollY | InputManager | private |
| m_objMouseDelta | InputManager | private |
| m_objMousePosition | InputManager | private |
| m_objMousePrevPosition | InputManager | private |
| mouseButtonCallback(GLFWwindow *pWindow, int iButton, int iAction, int iMods) | InputManager | privatestatic |
| mousePosCallback(GLFWwindow *pWindow, double dXPos, double dYPos) | InputManager | privatestatic |
| scrollCallback(GLFWwindow *pWindow, double dXOffset, double dYOffset) | InputManager | privatestatic |
| Update() | InputManager | |