#include <OgreEventListeners.h>
Inheritance diagram for Ogre::MouseMotionListener:
Public Methods | |
virtual void | mouseMoved (MouseEvent *e)=0 |
Invoked when the mouse has been moved. | |
virtual void | mouseDragged (MouseEvent *e)=0 |
Invoked when the mouse dragged. | |
virtual void | mouseDragMoved (MouseEvent *e) |
sent to target | |
virtual bool | isMulticaster () const |
Returns whether or not the listener is a multicaster. |
Definition at line 138 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 dragged.
Implemented in Ogre::CursorGuiElement, Ogre::ListGuiElement, Ogre::PopupMenuGuiElement, and Ogre::ScrollBarGuiElement. Referenced by Ogre::MouseMotionTarget::processMouseMotionEvent(). |
|
sent to target
Definition at line 154 of file OgreEventListeners.h. Referenced by Ogre::MouseMotionTarget::processMouseMotionEvent(). |
|
Invoked when the mouse has been moved.
Implemented in Ogre::CursorGuiElement, Ogre::ListGuiElement, Ogre::PopupMenuGuiElement, and Ogre::ScrollBarGuiElement. Referenced by Ogre::MouseMotionTarget::processMouseMotionEvent(). |
Copyright © 2002-2003 by The OGRE Team
Last modified Sun Nov 28 19:51:16 2004