5#ifndef DINPUTDEVICETRACKPOINT_H
6#define DINPUTDEVICETRACKPOINT_H
8#include "dtkdevice_global.h"
11DDEVICE_BEGIN_NAMESPACE
12using DCORE_NAMESPACE::DExpected;
13class DInputDeviceTrackPointPrivate;
17 Q_PROPERTY(
bool middleButtonEnabled READ middleButtonEnabled WRITE setMiddleButtonEnabled NOTIFY middleButtonEnabledChanged)
18 Q_PROPERTY(qint32 middleButtonTimeout READ middleButtonTimeout WRITE setMiddleButtonTimeout NOTIFY middleButtonTimeoutChanged)
19 Q_PROPERTY(
bool wheelEmulation READ wheelEmulation WRITE setWheelEmulation NOTIFY wheelEmulationChanged)
21 qint32 wheelEmulationButton READ wheelEmulationButton WRITE setWheelEmulationButton NOTIFY wheelEmulationButtonChanged)
22 Q_PROPERTY(qint32 wheelEmulationTimeout READ wheelEmulationTimeout WRITE setWheelEmulationTimeout NOTIFY
23 wheelEmulationTimeoutChanged)
25 bool wheelHorizontalScroll READ wheelHorizontalScroll WRITE setWheelHorizontalScroll NOTIFY wheelHorizontalScrollChanged)
63 DExpected<void>
reset()
override;
设备信息类
Definition: dtkinputdevices_types.h:16