#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(), Ogre::SDLInput::getMouseButton(), and Ogre::GLXInput::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(), Ogre::GLXInput::capture(), Ogre::Win32Input8::captureMouse(), Ogre::GLXInput::initialise(), and Ogre::InputReader::triggerMouseButton(). |
|
Absolute position of the mouse pointer.
Definition at line 193 of file OgreInput.h. Referenced by Ogre::SDLInput::capture(), Ogre::GLXInput::capture(), Ogre::Win32Input8::captureMouse(), Ogre::Win32Input8::getMouseAbsX(), Ogre::GLXInput::getMouseAbsX(), Ogre::GLXInput::GrabCursor(), and Ogre::GLXInput::initialise(). |
|
Relative position of the mouse pointer.
Definition at line 195 of file OgreInput.h. Referenced by Ogre::SDLInput::capture(), Ogre::GLXInput::capture(), Ogre::Win32Input8::captureMouse(), Ogre::Win32Input8::getMouseRelX(), Ogre::SDLInput::getMouseRelX(), Ogre::GLXInput::getMouseRelX(), Ogre::GLXInput::initialise(), and Ogre::Win32Input8::initialiseImmediateMouse(). |
|
Absolute position of the mouse pointer.
Definition at line 193 of file OgreInput.h. Referenced by Ogre::SDLInput::capture(), Ogre::GLXInput::capture(), Ogre::Win32Input8::captureMouse(), Ogre::Win32Input8::getMouseAbsY(), Ogre::GLXInput::getMouseAbsY(), Ogre::GLXInput::GrabCursor(), and Ogre::GLXInput::initialise(). |
|
Relative position of the mouse pointer.
Definition at line 195 of file OgreInput.h. Referenced by Ogre::SDLInput::capture(), Ogre::GLXInput::capture(), Ogre::Win32Input8::captureMouse(), Ogre::Win32Input8::getMouseRelY(), Ogre::SDLInput::getMouseRelY(), Ogre::GLXInput::getMouseRelY(), Ogre::GLXInput::initialise(), 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(), Ogre::Win32Input8::getMouseAbsZ(), Ogre::GLXInput::getMouseAbsZ(), and Ogre::GLXInput::initialise(). |
|
Relative position of the mouse pointer.
Definition at line 195 of file OgreInput.h. Referenced by Ogre::SDLInput::capture(), Ogre::GLXInput::capture(), Ogre::Win32Input8::captureMouse(), Ogre::Win32Input8::getMouseRelZ(), Ogre::SDLInput::getMouseRelZ(), Ogre::GLXInput::getMouseRelZ(), Ogre::GLXInput::initialise(), and Ogre::Win32Input8::initialiseImmediateMouse(). |
Copyright © 2002-2003 by The OGRE Team
Last modified Sun Nov 28 19:51:16 2004