![]() |
OGRE 13.5
Object-Oriented Graphics Rendering Engine
|
#include <OgreImGuiInputListener.h>
Inheritance diagram for OgreBites::ImGuiInputListener:Public Member Functions | |
| ImGuiInputListener () | |
| bool | buttonPressed (const ButtonEvent &evt) override |
| bool | buttonReleased (const ButtonEvent &evt) override |
| bool | keyPressed (const KeyboardEvent &evt) override |
| bool | keyReleased (const KeyboardEvent &evt) override |
| bool | mouseMoved (const MouseMotionEvent &evt) override |
| bool | mousePressed (const MouseButtonEvent &evt) override |
| bool | mouseReleased (const MouseButtonEvent &evt) override |
| bool | mouseWheelRolled (const MouseWheelEvent &evt) override |
| bool | textInput (const TextInputEvent &evt) override |
Public Member Functions inherited from OgreBites::InputListener | |
| 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 | ( | ) |
|
overridevirtual |
Reimplemented from OgreBites::InputListener.
|
overridevirtual |
Reimplemented from OgreBites::InputListener.
|
overridevirtual |
Reimplemented from OgreBites::InputListener.
|
overridevirtual |
Reimplemented from OgreBites::InputListener.
|
overridevirtual |
Reimplemented from OgreBites::InputListener.
|
overridevirtual |
Reimplemented from OgreBites::InputListener.
|
overridevirtual |
Reimplemented from OgreBites::InputListener.
|
overridevirtual |
Reimplemented from OgreBites::InputListener.
|
overridevirtual |
Reimplemented from OgreBites::InputListener.