![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qlibinputpointer_p.h>
Public Member Functions | |
QLibInputPointer () | |
void | processButton (libinput_event_pointer *e) |
void | processMotion (libinput_event_pointer *e) |
void | processAbsMotion (libinput_event_pointer *e) |
void | processAxis (libinput_event_pointer *e) |
void | setPos (const QPoint &pos) |
Definition at line 25 of file qlibinputpointer_p.h.
QT_BEGIN_NAMESPACE QLibInputPointer::QLibInputPointer | ( | ) |
Definition at line 18 of file qlibinputpointer.cpp.
void QLibInputPointer::processAbsMotion | ( | libinput_event_pointer * | e | ) |
Definition at line 74 of file qlibinputpointer.cpp.
void QLibInputPointer::processAxis | ( | libinput_event_pointer * | e | ) |
Definition at line 93 of file qlibinputpointer.cpp.
void QLibInputPointer::processButton | ( | libinput_event_pointer * | e | ) |
Definition at line 23 of file qlibinputpointer.cpp.
void QLibInputPointer::processMotion | ( | libinput_event_pointer * | e | ) |
Definition at line 57 of file qlibinputpointer.cpp.
Definition at line 132 of file qlibinputpointer.cpp.