OGRE 1.12.10
Object-Oriented Graphics Rendering Engine
Loading...
Searching...
No Matches
OgreBites::ImGuiInputListener Struct Reference

#include <OgreImGuiInputListener.h>

Inheritance diagram for OgreBites::ImGuiInputListener:

Public Member Functions

 ImGuiInputListener ()
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)
Public Member Functions inherited from OgreBites::InputListener
virtual ~InputListener ()
virtual void frameRendered (const Ogre::FrameEvent &evt)
virtual bool touchMoved (const TouchFingerEvent &evt)
virtual bool touchPressed (const TouchFingerEvent &evt)
virtual bool touchReleased (const TouchFingerEvent &evt)

Constructor & Destructor Documentation

◆ ImGuiInputListener()

OgreBites::ImGuiInputListener::ImGuiInputListener ( )

Member Function Documentation

◆ keyPressed()

bool OgreBites::ImGuiInputListener::keyPressed ( const KeyboardEvent & evt)
virtual

Reimplemented from OgreBites::InputListener.

◆ keyReleased()

bool OgreBites::ImGuiInputListener::keyReleased ( const KeyboardEvent & evt)
virtual

Reimplemented from OgreBites::InputListener.

◆ mouseMoved()

bool OgreBites::ImGuiInputListener::mouseMoved ( const MouseMotionEvent & evt)
virtual

Reimplemented from OgreBites::InputListener.

◆ mouseWheelRolled()

bool OgreBites::ImGuiInputListener::mouseWheelRolled ( const MouseWheelEvent & evt)
virtual

Reimplemented from OgreBites::InputListener.

◆ mousePressed()

bool OgreBites::ImGuiInputListener::mousePressed ( const MouseButtonEvent & evt)
virtual

Reimplemented from OgreBites::InputListener.

◆ mouseReleased()

bool OgreBites::ImGuiInputListener::mouseReleased ( const MouseButtonEvent & evt)
virtual

Reimplemented from OgreBites::InputListener.

◆ textInput()

bool OgreBites::ImGuiInputListener::textInput ( const TextInputEvent & evt)
virtual

Reimplemented from OgreBites::InputListener.


The documentation for this struct was generated from the following file: