onboardapi  9.10.0
by Rheinmetall
M_HidCoordInput::EventClick Struct Reference

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...
 

Detailed Description

Triggered every time an input is generated, such as a touch screen is pressed or released, or a mouse button is pressed or released.

Constructor & Destructor Documentation

◆ EventClick() [1/2]

M_HidCoordInput::EventClick::EventClick ( )

◆ EventClick() [2/2]

M_HidCoordInput::EventClick::EventClick ( M_Common::PixelPoint2DType const &  Point,
bool  IsPressed 
)

Member Data Documentation

◆ IsPressed

bool M_HidCoordInput::EventClick::IsPressed

Indicates if the button has been pressed (true) or released (false).

◆ Point

M_Common::PixelPoint2DType M_HidCoordInput::EventClick::Point

The X/Y position in pixels of the click.