#include <OgreMouseMotionTarget.h>
Inheritance diagram for Ogre::MouseMotionTarget:
Public Methods | |
MouseMotionTarget () | |
void | processMouseMotionEvent (MouseEvent *e) |
void | addMouseMotionListener (MouseMotionListener *l) |
void | removeMouseMotionListener (MouseMotionListener *l) |
Protected Attributes | |
MouseMotionListener * | mMouseMotionListener |
Private Methods | |
virtual Real | getLeft (void) const=0 |
Gets the left of this element in relation to the screen (where 0 = far left, 1.0 = far right). More... | |
virtual Real | getTop (void) const=0 |
Gets the top of this element in relation to the screen (where 0 = top, 1.0 = bottom). More... | |
virtual PositionTarget * | getPositionTargetParent ()=0 |
virtual void | processEvent (InputEvent *e)=0 |
|
|
|
|
|
Gets the left of this element in relation to the screen (where 0 = far left, 1.0 = far right).
Implemented in Ogre::Cursor. |
|
Implemented in Ogre::Cursor. |
|
Gets the top of this element in relation to the screen (where 0 = top, 1.0 = bottom).
Implemented in Ogre::Cursor. |
|
Implemented in Ogre::Cursor. |
|
|
|
|
|
|
Copyright © 2002 by The OGRE Team