#include <OgreEventListeners.h>
Inheritance diagram for Ogre::MouseListener:
Public Methods | |
virtual void | mouseClicked (MouseEvent *e)=0 |
Invoked when the mouse has been clicked on a component. More... | |
virtual void | mouseEntered (MouseEvent *e)=0 |
Invoked when the mouse enters a component. More... | |
virtual void | mouseExited (MouseEvent *e)=0 |
Invoked when the mouse exits a component. More... | |
virtual void | mousePressed (MouseEvent *e)=0 |
Invoked when a mouse button has been pressed on a component. More... | |
virtual void | mouseReleased (MouseEvent *e)=0 |
Invoked when a mouse button has been released on a component. More... | |
virtual bool | isMulticaster () |
Returns whether or not the listener is a multicaster. More... |
|
Returns whether or not the listener is a multicaster.
Reimplemented in Ogre::EventMulticaster. |
|
Invoked when the mouse has been clicked on a component.
Implemented in Ogre::EventMulticaster. |
|
Invoked when the mouse enters a component.
Implemented in Ogre::EventMulticaster. |
|
Invoked when the mouse exits a component.
Implemented in Ogre::EventMulticaster. |
|
Invoked when a mouse button has been pressed on a component.
Implemented in Ogre::EventMulticaster. |
|
Invoked when a mouse button has been released on a component.
Implemented in Ogre::EventMulticaster. |
Copyright © 2002 by The OGRE Team