KWin
|
#include <mock_libinput.h>
Public Attributes | |
int | fingerCount = 0 |
bool | cancelled = false |
QPointF | delta = QPointF(0, 0) |
qreal | scale = 0.0 |
qreal | angleDelta = 0.0 |
![]() | |
libinput_device * | device = nullptr |
libinput_event_type | type = LIBINPUT_EVENT_NONE |
std::chrono::microseconds | time = std::chrono::microseconds::zero() |
Additional Inherited Members | |
![]() | |
virtual | ~libinput_event () |
Definition at line 146 of file mock_libinput.h.
qreal libinput_event_gesture::angleDelta = 0.0 |
Definition at line 152 of file mock_libinput.h.
bool libinput_event_gesture::cancelled = false |
Definition at line 149 of file mock_libinput.h.
QPointF libinput_event_gesture::delta = QPointF(0, 0) |
Definition at line 150 of file mock_libinput.h.
int libinput_event_gesture::fingerCount = 0 |
Definition at line 148 of file mock_libinput.h.
qreal libinput_event_gesture::scale = 0.0 |
Definition at line 151 of file mock_libinput.h.