#include <OgreInput.h>
Public Methods | |
long | isButtonDown (uchar button) const |
Retrieves the pressed state of a mouse button. More... | |
Public Attributes | |
long | Xabs |
Absolute position of the mouse pointer. More... | |
long | Yabs |
Absolute position of the mouse pointer. More... | |
long | Zabs |
Absolute position of the mouse pointer. More... | |
long | Xrel |
Relative position of the mouse pointer. More... | |
long | Yrel |
Relative position of the mouse pointer. More... | |
long | Zrel |
Relative position of the mouse pointer. More... | |
long | Buttons |
The buttons that have been pressed. More... |
|
Retrieves the pressed state of a mouse button.
|
|
The buttons that have been pressed. Each bit maps to a mouse button. |
|
Absolute position of the mouse pointer.
|
|
Relative position of the mouse pointer.
|
|
Absolute position of the mouse pointer.
|
|
Relative position of the mouse pointer.
|
|
Absolute position of the mouse pointer.
|
|
Relative position of the mouse pointer.
|
Copyright © 2002 by The OGRE Team