Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QGuiApplicationPrivate::TabletPointData Struct Reference

#include <qguiapplication_p.h>

+ Collaboration diagram for QGuiApplicationPrivate::TabletPointData:

Public Member Functions

 TabletPointData (qint64 devId=0)
 

Public Attributes

qint64 deviceId
 
Qt::MouseButtons state
 
QWindowtarget
 

Detailed Description

Definition at line 245 of file qguiapplication_p.h.

Constructor & Destructor Documentation

◆ TabletPointData()

QGuiApplicationPrivate::TabletPointData::TabletPointData ( qint64 devId = 0)
inline

Definition at line 246 of file qguiapplication_p.h.

Member Data Documentation

◆ deviceId

qint64 QGuiApplicationPrivate::TabletPointData::deviceId

Definition at line 247 of file qguiapplication_p.h.

◆ state

Qt::MouseButtons QGuiApplicationPrivate::TabletPointData::state

Definition at line 248 of file qguiapplication_p.h.

◆ target

QWindow* QGuiApplicationPrivate::TabletPointData::target

Definition at line 249 of file qguiapplication_p.h.


The documentation for this struct was generated from the following file: