|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| virtual | ~IClient () |
| virtual void | ReportCoordInputSettings (M_HidCoordInput::CoordInputSettingsType const &Settings) |
| virtual void | EventClick (M_Common::PixelPoint2DType const &Point, bool IsPressed) |
| virtual void | ReportCursorPosition (M_Common::PixelPoint2DType const &Point, bool IsRemoved) |
|
virtual |
|
virtual |
Triggered every time an input is generated, such as a touch screen is pressed or released, or a mouse button is pressed or released.
| Point | The X/Y position in pixels of the click. |
| IsPressed | Indicates if the button has been pressed (true) or released (false). |
|
virtual |
|
virtual |
Contains the current position generated from the input, such as a mouse cursor, or the coordinates when performing a dragging action on a touch screen.
| Point | The current X/Y position in pixels. |
| IsRemoved | Indicates if cursor position is no longer available (true) or is available (false). |