The IRawMouseDevice interface.
More...
#include <murl_input_i_raw_mouse_device.h>
The IRawMouseDevice interface.
◆ GetMouseDeltaX()
virtual SInt32 Murl::Input::IRawMouseDevice::GetMouseDeltaX |
( |
| ) |
const |
|
pure virtual |
Get the mouse x-axis delta values in the most recent tick.
- Returns
- The x-axis delta value.
◆ GetMouseDeltaY()
virtual SInt32 Murl::Input::IRawMouseDevice::GetMouseDeltaY |
( |
| ) |
const |
|
pure virtual |
Get the mouse y-axis delta values in the most recent tick.
- Returns
- The y-axis delta value.
◆ GetWheelDeltaX()
virtual SInt32 Murl::Input::IRawMouseDevice::GetWheelDeltaX |
( |
| ) |
const |
|
pure virtual |
Get the mouse wheel x-axis delta values in the most recent tick.
- Returns
- The x-axis delta value.
◆ GetWheelDeltaY()
virtual SInt32 Murl::Input::IRawMouseDevice::GetWheelDeltaY |
( |
| ) |
const |
|
pure virtual |
Get the mouse wheel y-axis delta values in the most recent tick.
- Returns
- The y-axis delta value.
The documentation for this interface was generated from the following file:
- murl_input_i_raw_mouse_device.h