closed() | jop::WindowEventHandler | virtual |
controllerAxisShifted(const int index, const int axisIndex, const float shift) | jop::WindowEventHandler | virtual |
controllerButtonPressed(const int index, const int button) | jop::WindowEventHandler | virtual |
controllerButtonReleased(const int index, const int button) | jop::WindowEventHandler | virtual |
controllerConnected(const int index, const std::string &name) | jop::WindowEventHandler | virtual |
controllerDisconnected(const int index) | jop::WindowEventHandler | virtual |
gainedFocus() | jop::WindowEventHandler | virtual |
keyPressed(const int key, const int scanCode, const int mods) | jop::WindowEventHandler | virtual |
keyReleased(const int key, const int scanCode, const int mods) | jop::WindowEventHandler | virtual |
lostFocus() | jop::WindowEventHandler | virtual |
m_lastMouseX | jop::WindowEventHandler | |
m_lastMouseY | jop::WindowEventHandler | |
m_windowRef | jop::WindowEventHandler | protected |
mouseButtonPressed(const int button, const int mods) | jop::WindowEventHandler | virtual |
mouseButtonReleased(const int button, const int mods) | jop::WindowEventHandler | virtual |
mouseEntered() | jop::WindowEventHandler | virtual |
mouseLeft() | jop::WindowEventHandler | virtual |
mouseMoved(const float x, const float y) | jop::WindowEventHandler | virtual |
mouseMovedAbsolute(const float x, const float y) | jop::WindowEventHandler | virtual |
mouseScrolled(const float x, const float y) | jop::WindowEventHandler | virtual |
resized(const unsigned int x, const unsigned int y) | jop::WindowEventHandler | virtual |
textEntered(const unsigned int code) | jop::WindowEventHandler | virtual |
touchInfo(const int touchId, const int info, const float value) | jop::WindowEventHandler | virtual |
touchMoved(const int touchId, const float x, const float y) | jop::WindowEventHandler | virtual |
touchMovedAbsolute(const int touchId, const float x, const float y) | jop::WindowEventHandler | virtual |
touchPressed(const int touchId, const float x, const float y) | jop::WindowEventHandler | virtual |
touchReleased(const int touchId, const float x, const float y) | jop::WindowEventHandler | virtual |
touchScrolled(const float x, const float y) | jop::WindowEventHandler | virtual |
Window class | jop::WindowEventHandler | friend |
WindowEventHandler(Window &windowRef) | jop::WindowEventHandler | |
~WindowEventHandler()=0 | jop::WindowEventHandler | pure virtual |