19#ifndef UINPUTEVENTHANDLER_H
20#define UINPUTEVENTHANDLER_H
42 virtual bool init()
override;
43 virtual bool cleanup()
override;
51 virtual QString
getName()
override;
81 void write_uinput_event(
int filehandle,
int type,
int code,
int value,
bool syn =
true);
85 void x11ResetMouseAccelerationChange();
94 bool is_problem_with_opening_uinput_present;
98 void testAndAppend(
bool tested, QList<unsigned int> &tempList,
unsigned int key);
99 void initDevice(
int &device, QString name,
bool &result);
Base class for input event handlers.
Definition baseeventhandler.h:33