#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. | |
| virtual void | mouseEntered (MouseEvent *e)=0 |
| Invoked when the mouse enters a component. | |
| virtual void | mouseExited (MouseEvent *e)=0 |
| Invoked when the mouse exits a component. | |
| virtual void | mousePressed (MouseEvent *e)=0 |
| Invoked when a mouse button has been pressed on a component. | |
| virtual void | mouseReleased (MouseEvent *e)=0 |
| Invoked when a mouse button has been released on a component. | |
| virtual void | mouseDragEntered (MouseEvent *e) |
| virtual void | mouseDragExited (MouseEvent *e) |
| virtual void | mouseDragDropped (MouseEvent *e) |
| virtual bool | isMulticaster () const |
| Returns whether or not the listener is a multicaster. | |
Definition at line 75 of file OgreEventListeners.h.
|
|
Returns whether or not the listener is a multicaster.
Reimplemented in Ogre::EventMulticaster. Definition at line 65 of file OgreEventListeners.h. Referenced by Ogre::EventMulticaster::convertListenerToMulti(), and Ogre::EventMulticaster::removeInternal(). |
|
|
Invoked when the mouse has been clicked on a component.
Implemented in Ogre::EventMulticaster, Ogre::GuiPressable, Ogre::ListGuiElement, and Ogre::ScrollBarGuiElement. Referenced by Ogre::MouseTarget::processMouseEvent(). |
|
|
Definition at line 104 of file OgreEventListeners.h. Referenced by Ogre::MouseTarget::processMouseEvent(). |
|
|
Definition at line 102 of file OgreEventListeners.h. Referenced by Ogre::MouseTarget::processMouseEvent(). |
|
|
Definition at line 103 of file OgreEventListeners.h. Referenced by Ogre::MouseTarget::processMouseEvent(). |
|
|
Invoked when the mouse enters a component.
Implemented in Ogre::EventMulticaster, Ogre::GuiPressable, Ogre::ListGuiElement, and Ogre::ScrollBarGuiElement. Referenced by Ogre::MouseTarget::processMouseEvent(). |
|
|
Invoked when the mouse exits a component.
Implemented in Ogre::EventMulticaster, Ogre::GuiPressable, Ogre::ListGuiElement, and Ogre::ScrollBarGuiElement. Referenced by Ogre::MouseTarget::processMouseEvent(). |
|
|
Invoked when a mouse button has been pressed on a component.
Implemented in Ogre::EventMulticaster, Ogre::GuiPressable, Ogre::ListGuiElement, and Ogre::ScrollBarGuiElement. Referenced by Ogre::MouseTarget::processMouseEvent(). |
|
|
Invoked when a mouse button has been released on a component.
Implemented in Ogre::EventMulticaster, Ogre::GuiPressable, Ogre::ListGuiElement, and Ogre::ScrollBarGuiElement. Referenced by Ogre::MouseTarget::processMouseEvent(). |
Copyright © 2002-2003 by The OGRE Team
Last modified Wed Jan 21 00:18:37 2004