#include <OgreInput.h>
Public Methods | |
long | isButtonDown (uchar button) const |
Retrieves the pressed state of a mouse button. | |
Public Attributes | |
long | Xabs |
Absolute position of the mouse pointer. | |
long | Yabs |
Absolute position of the mouse pointer. | |
long | Zabs |
Absolute position of the mouse pointer. | |
long | Xrel |
Relative position of the mouse pointer. | |
long | Yrel |
Relative position of the mouse pointer. | |
long | Zrel |
Relative position of the mouse pointer. | |
long | Buttons |
The buttons that have been pressed. |
Definition at line 190 of file OgreInput.h.
|
Retrieves the pressed state of a mouse button.
Definition at line 201 of file OgreInput.h. References Ogre::uchar. Referenced by Ogre::Win32Input8::getMouseButton(), and Ogre::SDLInput::getMouseButton(). |
|
The buttons that have been pressed. Each bit maps to a mouse button. Definition at line 198 of file OgreInput.h. Referenced by Ogre::SDLInput::capture(), and Ogre::Win32Input8::captureMouse(). |
|
Absolute position of the mouse pointer.
Definition at line 193 of file OgreInput.h. Referenced by Ogre::SDLInput::capture(), Ogre::Win32Input8::captureMouse(), and Ogre::Win32Input8::getMouseAbsX(). |
|
Relative position of the mouse pointer.
Definition at line 195 of file OgreInput.h. Referenced by Ogre::SDLInput::capture(), Ogre::Win32Input8::captureMouse(), Ogre::Win32Input8::getMouseRelX(), and Ogre::Win32Input8::initialiseImmediateMouse(). |
|
Absolute position of the mouse pointer.
Definition at line 193 of file OgreInput.h. Referenced by Ogre::SDLInput::capture(), Ogre::Win32Input8::captureMouse(), and Ogre::Win32Input8::getMouseAbsY(). |
|
Relative position of the mouse pointer.
Definition at line 195 of file OgreInput.h. Referenced by Ogre::SDLInput::capture(), Ogre::Win32Input8::captureMouse(), Ogre::Win32Input8::getMouseRelY(), and Ogre::Win32Input8::initialiseImmediateMouse(). |
|
Absolute position of the mouse pointer.
Definition at line 193 of file OgreInput.h. Referenced by Ogre::SDLInput::capture(), Ogre::Win32Input8::captureMouse(), and Ogre::Win32Input8::getMouseAbsZ(). |
|
Relative position of the mouse pointer.
Definition at line 195 of file OgreInput.h. Referenced by Ogre::SDLInput::capture(), Ogre::Win32Input8::captureMouse(), Ogre::Win32Input8::getMouseRelZ(), and Ogre::Win32Input8::initialiseImmediateMouse(). |
Copyright © 2002-2003 by The OGRE Team
Last modified Wed Jan 21 00:18:38 2004