|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| EventClick () | |
| EventClick (M_Common::PixelPoint2DType const &Point, bool IsPressed) | |
Public Attributes | |
| M_Common::PixelPoint2DType | Point |
| The X/Y position in pixels of the click. More... | |
| bool | IsPressed |
| Indicates if the button has been pressed (true) or released (false). More... | |
Triggered every time an input is generated, such as a touch screen is pressed or released, or a mouse button is pressed or released.
| M_HidCoordInput::EventClick::EventClick | ( | ) |
| M_HidCoordInput::EventClick::EventClick | ( | M_Common::PixelPoint2DType const & | Point, |
| bool | IsPressed | ||
| ) |
| bool M_HidCoordInput::EventClick::IsPressed |
Indicates if the button has been pressed (true) or released (false).
| M_Common::PixelPoint2DType M_HidCoordInput::EventClick::Point |
The X/Y position in pixels of the click.