|
KWin
|
#include <mock_libinput.h>
Public Types | |
| enum class | State { Off , On } |
Public Attributes | |
| State | state = State::Off |
Public Attributes inherited from libinput_event | |
| libinput_device * | device = 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 () |
Definition at line 155 of file mock_libinput.h.
|
strong |
| Enumerator | |
|---|---|
| Off | |
| On | |
Definition at line 157 of file mock_libinput.h.
| State libinput_event_switch::state = State::Off |
Definition at line 161 of file mock_libinput.h.