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
QLibInputPointer Class Reference

#include <qlibinputpointer_p.h>

Collaboration diagram for QLibInputPointer:

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)

Detailed Description

Definition at line 25 of file qlibinputpointer_p.h.

Constructor & Destructor Documentation

◆ QLibInputPointer()

QT_BEGIN_NAMESPACE QLibInputPointer::QLibInputPointer ( )

Definition at line 18 of file qlibinputpointer.cpp.

Member Function Documentation

◆ processAbsMotion()

void QLibInputPointer::processAbsMotion ( libinput_event_pointer * e)

Definition at line 74 of file qlibinputpointer.cpp.

◆ processAxis()

void QLibInputPointer::processAxis ( libinput_event_pointer * e)

Definition at line 93 of file qlibinputpointer.cpp.

◆ processButton()

void QLibInputPointer::processButton ( libinput_event_pointer * e)

Definition at line 23 of file qlibinputpointer.cpp.

◆ processMotion()

void QLibInputPointer::processMotion ( libinput_event_pointer * e)

Definition at line 57 of file qlibinputpointer.cpp.

◆ setPos()

void QLibInputPointer::setPos ( const QPoint & pos)

Definition at line 132 of file qlibinputpointer.cpp.


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