Struct TouchContactV2

Struct Documentation

struct TouchContactV2

Public Functions

inline TouchContactV2()
inline TouchContactV2(MirTouchId touch_id, MirTouchAction action, MirTouchTooltype tooltype, geometry::PointF position, float pressure, float touch_major, float touch_minor, float orientation)
inline TouchContactV2(TouchContactV1 contact)
inline auto operator==(TouchContactV2 const &rhs) const -> bool

Public Members

MirTouchId touch_id
MirTouchAction action
MirTouchTooltype tooltype
geometry::PointF position
std::optional<geometry::PointF> local_position
float pressure
float touch_major
float touch_minor
float orientation