Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QLibInputTouch Class Reference

#include <qlibinputtouch_p.h>

Collaboration diagram for QLibInputTouch:

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)

Detailed Description

Definition at line 30 of file qlibinputtouch_p.h.

Member Function Documentation

◆ processTouchCancel()

void QLibInputTouch::processTouchCancel ( libinput_event_touch * e)

Definition at line 193 of file qlibinputtouch.cpp.

◆ processTouchDown()

void QLibInputTouch::processTouchDown ( libinput_event_touch * e)

Definition at line 132 of file qlibinputtouch.cpp.

◆ processTouchFrame()

void QLibInputTouch::processTouchFrame ( libinput_event_touch * e)

Definition at line 203 of file qlibinputtouch.cpp.

Referenced by processTouchUp().

Here is the caller graph for this function:

◆ processTouchMotion()

void QLibInputTouch::processTouchMotion ( libinput_event_touch * e)

Definition at line 150 of file qlibinputtouch.cpp.

◆ processTouchUp()

void QLibInputTouch::processTouchUp ( libinput_event_touch * e)

Definition at line 172 of file qlibinputtouch.cpp.

References processTouchFrame().

Here is the call graph for this function:

◆ registerDevice()

void QLibInputTouch::registerDevice ( libinput_device * dev)

Definition at line 92 of file qlibinputtouch.cpp.

References QOutputMapping::get(), QOutputMapping::load(), and setMatrix().

Here is the call graph for this function:

◆ unregisterDevice()

void QLibInputTouch::unregisterDevice ( libinput_device * dev)

Definition at line 126 of file qlibinputtouch.cpp.


The documentation for this class was generated from the following files: