KWin
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Attributes | List of all members
libinput_event_gesture Struct Reference

#include <mock_libinput.h>

Inheritance diagram for libinput_event_gesture:
libinput_event

Public Attributes

int fingerCount = 0
 
bool cancelled = false
 
QPointF delta = QPointF(0, 0)
 
qreal scale = 0.0
 
qreal angleDelta = 0.0
 
- Public Attributes inherited from libinput_event
libinput_devicedevice = nullptr
 
libinput_event_type type = LIBINPUT_EVENT_NONE
 
std::chrono::microseconds time = std::chrono::microseconds::zero()
 

Additional Inherited Members

- Public Member Functions inherited from libinput_event
virtual ~libinput_event ()
 

Detailed Description

Definition at line 146 of file mock_libinput.h.

Member Data Documentation

◆ angleDelta

qreal libinput_event_gesture::angleDelta = 0.0

Definition at line 152 of file mock_libinput.h.

◆ cancelled

bool libinput_event_gesture::cancelled = false

Definition at line 149 of file mock_libinput.h.

◆ delta

QPointF libinput_event_gesture::delta = QPointF(0, 0)

Definition at line 150 of file mock_libinput.h.

◆ fingerCount

int libinput_event_gesture::fingerCount = 0

Definition at line 148 of file mock_libinput.h.

◆ scale

qreal libinput_event_gesture::scale = 0.0

Definition at line 151 of file mock_libinput.h.


The documentation for this struct was generated from the following file: