![]() |
OGRE 13.3
Object-Oriented Graphics Rendering Engine
|
#include <OgreImGuiInputListener.h>
Public Member Functions | |
ImGuiInputListener () | |
bool | buttonPressed (const ButtonEvent &evt) |
bool | keyPressed (const KeyboardEvent &evt) |
bool | keyReleased (const KeyboardEvent &evt) |
bool | mouseMoved (const MouseMotionEvent &evt) |
bool | mousePressed (const MouseButtonEvent &evt) |
bool | mouseReleased (const MouseButtonEvent &evt) |
bool | mouseWheelRolled (const MouseWheelEvent &evt) |
bool | textInput (const TextInputEvent &evt) |
![]() | |
virtual | ~InputListener () |
virtual bool | axisMoved (const AxisEvent &evt) |
virtual bool | buttonPressed (const ButtonEvent &evt) |
virtual bool | buttonReleased (const ButtonEvent &evt) |
virtual void | frameRendered (const Ogre::FrameEvent &evt) |
virtual bool | keyPressed (const KeyboardEvent &evt) |
virtual bool | keyReleased (const KeyboardEvent &evt) |
virtual bool | mouseMoved (const MouseMotionEvent &evt) |
virtual bool | mousePressed (const MouseButtonEvent &evt) |
virtual bool | mouseReleased (const MouseButtonEvent &evt) |
virtual bool | mouseWheelRolled (const MouseWheelEvent &evt) |
virtual bool | textInput (const TextInputEvent &evt) |
virtual bool | touchMoved (const TouchFingerEvent &evt) |
virtual bool | touchPressed (const TouchFingerEvent &evt) |
virtual bool | touchReleased (const TouchFingerEvent &evt) |
OgreBites::ImGuiInputListener::ImGuiInputListener | ( | ) |
|
virtual |
Reimplemented from OgreBites::InputListener.
|
virtual |
Reimplemented from OgreBites::InputListener.
|
virtual |
Reimplemented from OgreBites::InputListener.
|
virtual |
Reimplemented from OgreBites::InputListener.
|
virtual |
Reimplemented from OgreBites::InputListener.
|
virtual |
Reimplemented from OgreBites::InputListener.
|
virtual |
Reimplemented from OgreBites::InputListener.
|
virtual |
Reimplemented from OgreBites::InputListener.