1# Hid_AbsAxesArray
2
3
4## Overview
5
6Defines an array of absolute coordinates.
7
8**Since**
9
1011
11
12**Related module**
13
14[HID DDK](_hid_ddk.md)
15
16
17## Summary
18
19
20### Member Variables
21
22| Name| Description|
23| -------- | -------- |
24| [hidAbsAxes](#hidabsaxes) | Array of absolute coordinates.|
25| [length](#length) | Length of the array.|
26
27
28## Member Variable Description
29
30
31### hidAbsAxes
32
33
34```
35Hid_AbsAxes Hid_AbsAxesArray::*hidAbsAxes
36```
37
38**Description**
39
40Array of absolute coordinates.
41
42
43### length
44
45
46```
47uint16_t Hid_AbsAxesArray::length
48```
49
50**Description**
51
52Length of the array.
53