IMHOTEP Framework
|
Public Member Functions | |
InputDeviceManager.InputDeviceType | getDeviceType () |
Ray | createRay () |
Vector2 | getScrollDelta () |
void | Update () |
void | OnEnable () |
bool | isLeftButtonDown () |
bool | isRightButtonDown () |
bool | isMiddleButtonDown () |
ButtonInfo | updateButtonInfo () |
Camera | getEventCamera () |
Vector2 | getTexCoordDelta () |
Returns the difference in texture coordinates between this and the last frame: | |
Vector3 | get3DDelta () |
void | setTexCoordDelta (Vector2 delta) |
void | set3DDelta (Vector2 delta) |
Public Attributes | |
bool | developmentMode = true |
Vector3 | rayOriginOffset |
float | mouseSpeed = 1.4f |
Definition at line 10 of file MouseInputDevice.cs.