#include <OgrePositionTarget.h>
Inheritance diagram for Ogre::PositionTarget:
Public 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