#include <OgreImGuiInputListener.h>
◆ ImGuiInputListener()
| OgreBites::ImGuiInputListener::ImGuiInputListener |
( |
| ) |
|
◆ keyPressed()
| bool OgreBites::ImGuiInputListener::keyPressed |
( |
const KeyboardEvent & |
evt | ) |
|
|
virtual |
◆ keyReleased()
| bool OgreBites::ImGuiInputListener::keyReleased |
( |
const KeyboardEvent & |
evt | ) |
|
|
virtual |
◆ mouseMoved()
◆ mouseWheelRolled()
| bool OgreBites::ImGuiInputListener::mouseWheelRolled |
( |
const MouseWheelEvent & |
evt | ) |
|
|
virtual |
◆ mousePressed()
| bool OgreBites::ImGuiInputListener::mousePressed |
( |
const MouseButtonEvent & |
evt | ) |
|
|
virtual |
◆ mouseReleased()
| bool OgreBites::ImGuiInputListener::mouseReleased |
( |
const MouseButtonEvent & |
evt | ) |
|
|
virtual |
◆ frameRendered()
| virtual void OgreBites::InputListener::frameRendered |
( |
const Ogre::FrameEvent & |
evt | ) |
|
|
inlinevirtualinherited |
◆ touchMoved()
| virtual bool OgreBites::InputListener::touchMoved |
( |
const TouchFingerEvent & |
evt | ) |
|
|
inlinevirtualinherited |
◆ touchPressed()
| virtual bool OgreBites::InputListener::touchPressed |
( |
const TouchFingerEvent & |
evt | ) |
|
|
inlinevirtualinherited |
◆ touchReleased()
| virtual bool OgreBites::InputListener::touchReleased |
( |
const TouchFingerEvent & |
evt | ) |
|
|
inlinevirtualinherited |
The documentation for this struct was generated from the following file: