KWin
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
libinput_event Struct Reference

#include <mock_libinput.h>

Inheritance diagram for libinput_event:
libinput_event_gesture libinput_event_keyboard libinput_event_pointer libinput_event_switch libinput_event_touch

Public Member Functions

virtual ~libinput_event ()
 

Public Attributes

libinput_devicedevice = nullptr
 
libinput_event_type type = LIBINPUT_EVENT_NONE
 
std::chrono::microseconds time = std::chrono::microseconds::zero()
 

Detailed Description

Definition at line 106 of file mock_libinput.h.

Constructor & Destructor Documentation

◆ ~libinput_event()

virtual libinput_event::~libinput_event ( )
inlinevirtual

Definition at line 108 of file mock_libinput.h.

Member Data Documentation

◆ device

libinput_device* libinput_event::device = nullptr

Definition at line 111 of file mock_libinput.h.

◆ time

std::chrono::microseconds libinput_event::time = std::chrono::microseconds::zero()

Definition at line 113 of file mock_libinput.h.

◆ type

libinput_event_type libinput_event::type = LIBINPUT_EVENT_NONE

Definition at line 112 of file mock_libinput.h.


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