harmony 鸿蒙Hid_EventProperties
Hid_EventProperties
Overview
Defines the event properties of a device.
Since
11
Related module
Summary
Member Variables
Name | Description |
---|---|
hidEventTypes | Array of event types. |
hidKeys | Array of key codes. |
hidAbs | Array of absolute coordinates. |
hidRelBits | Array of relative coordinates. |
hidMiscellaneous | Array of miscellaneous events. |
hidAbsMax | Maximum values of the absolute coordinates. |
hidAbsMin | Minimum values of the absolute coordinates. |
hidAbsFuzz | Fuzzy values of the absolute coordinates. |
hidAbsFlat | Fixed values of the absolute coordinates. |
Member Variable Description
hidEventTypes
struct Hid_EventTypeArray Hid_EventProperties::hidEventTypes
Description
Array of event types.
hidKeys
struct Hid_KeyCodeArray Hid_EventProperties::hidKeys
Description
Array of key codes.
hidAbs
struct Hid_AbsAxesArray Hid_EventProperties::hidAbs
Description
Array of absolute coordinates.
hidRelBits
struct Hid_RelAxesArray Hid_EventProperties::hidRelBits
Description
Array of relative coordinates.
hidMiscellaneous
struct Hid_MscEventArray Hid_EventProperties::hidMiscellaneous
Description
Array of miscellaneous events.
hidAbsMax
int32_t Hid_EventProperties::hidAbsMax[64]
Description
Maximum values of the absolute coordinates.
hidAbsMin
int32_t Hid_EventProperties::hidAbsMin[64]
Description
Minimum values of the absolute coordinates.
hidAbsFuzz
int32_t Hid_EventProperties::hidAbsFuzz[64]
Description
Fuzzy values of the absolute coordinates.
hidAbsFlat
int32_t Hid_EventProperties::hidAbsFlat[64]
Description
Fixed values of the absolute coordinates.
你可能感兴趣的鸿蒙文章
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦