#include <OgreMouseTarget.h>
Inheritance diagram for Ogre::MouseTarget:

Public Member Functions | |
| MouseTarget () | |
| virtual | ~MouseTarget () |
| void | processMouseEvent (MouseEvent *e) |
| void | addMouseListener (MouseListener *l) |
| void | removeMouseListener (MouseListener *l) |
| bool | isMouseWithin () const |
| 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). | |
| virtual Real | getTop (void) const =0 |
| Gets the top of this element in relation to the screen (where 0 = top, 1.0 = bottom). | |
| virtual PositionTarget * | getPositionTargetParent () const =0 |
| virtual bool | isKeyEnabled () const =0 |
| virtual void | processEvent (InputEvent *e)=0 |
Protected Attributes | |
| std::set< MouseListener * > | mMouseListeners |
| bool | mMouseWithin |
Private Attributes | |
| std::set< MouseListener * > | mRemovedListeners |
Definition at line 52 of file OgreMouseTarget.h.
|
|
|
|
|
Definition at line 65 of file OgreMouseTarget.h. |
|
|
|
|
|
Gets the left of this element in relation to the screen (where 0 = far left, 1.0 = far right).
Implemented in Ogre::Cursor, and Ogre::EventProcessor. |
|
|
Implemented in Ogre::Cursor, and Ogre::EventProcessor. |
|
|
Gets the top of this element in relation to the screen (where 0 = top, 1.0 = bottom).
Implemented in Ogre::Cursor, and Ogre::EventProcessor. |
|
|
Implemented in Ogre::Cursor, and Ogre::EventProcessor. |
|
|
|
|
|
Implemented in Ogre::Cursor, and Ogre::EventProcessor. |
|
|
|
|
|
|
|
|
Definition at line 58 of file OgreMouseTarget.h. |
|
|
Definition at line 61 of file OgreMouseTarget.h. |
|
|
Definition at line 55 of file OgreMouseTarget.h. |
Copyright © 2000-2005 by The OGRE Team

This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Jan 21 10:03:15 2007