hx3d  1
2D/3D Simple Game Framework
hx3d::window::InputHandler Member List

This is the complete list of members for hx3d::window::InputHandler, including all inherited members.

onKeyPressed(KeyEvent::Key key)hx3d::window::InputHandlervirtual
onKeyReleased(KeyEvent::Key key)hx3d::window::InputHandlervirtual
onMouseClicked(MouseButtonEvent::Button button, glm::vec2 mousePosition)hx3d::window::InputHandlervirtual
onMouseMotion(glm::vec2 mousePosition, glm::vec2 mouseMovement)hx3d::window::InputHandlervirtual
onMouseReleased(MouseButtonEvent::Button button, glm::vec2 mousePosition)hx3d::window::InputHandlervirtual
onMouseWheel(MouseWheelEvent::Direction direction, glm::vec2 wheelMovement)hx3d::window::InputHandlervirtual
onTouchDown(glm::vec2 touchPosition, float touchPressure)hx3d::window::InputHandlervirtual
onTouchMotion(glm::vec2 touchPosition, glm::vec2 touchMovement, float touchPressure)hx3d::window::InputHandlervirtual
onTouchUp(glm::vec2 touchPosition, float touchPressure)hx3d::window::InputHandlervirtual
onWindowEvent(WindowEvent::Type type)hx3d::window::InputHandlervirtual