![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qlibinputtouch_p.h>
Public Member Functions | |
void | registerDevice (libinput_device *dev) |
void | unregisterDevice (libinput_device *dev) |
void | processTouchDown (libinput_event_touch *e) |
void | processTouchMotion (libinput_event_touch *e) |
void | processTouchUp (libinput_event_touch *e) |
void | processTouchCancel (libinput_event_touch *e) |
void | processTouchFrame (libinput_event_touch *e) |
Definition at line 30 of file qlibinputtouch_p.h.
void QLibInputTouch::processTouchCancel | ( | libinput_event_touch * | e | ) |
Definition at line 193 of file qlibinputtouch.cpp.
void QLibInputTouch::processTouchDown | ( | libinput_event_touch * | e | ) |
Definition at line 132 of file qlibinputtouch.cpp.
void QLibInputTouch::processTouchFrame | ( | libinput_event_touch * | e | ) |
Definition at line 203 of file qlibinputtouch.cpp.
Referenced by processTouchUp().
void QLibInputTouch::processTouchMotion | ( | libinput_event_touch * | e | ) |
Definition at line 150 of file qlibinputtouch.cpp.
void QLibInputTouch::processTouchUp | ( | libinput_event_touch * | e | ) |
Definition at line 172 of file qlibinputtouch.cpp.
References processTouchFrame().
void QLibInputTouch::registerDevice | ( | libinput_device * | dev | ) |
Definition at line 92 of file qlibinputtouch.cpp.
References QOutputMapping::get(), QOutputMapping::load(), and setMatrix().
void QLibInputTouch::unregisterDevice | ( | libinput_device * | dev | ) |
Definition at line 126 of file qlibinputtouch.cpp.