1# Hid_RelAxesArray
2
3
4## Overview
5
6Defines an array of relative 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| [hidRelAxes](#hidrelaxes) | Array of relative coordinates.|
25| [length](#length) | Length of the array.|
26
27
28## Member Variable Description
29
30
31### hidrelaxes
32
33
34```
35Hid_RelAxes Hid_RelAxesArray::*hidRelAxes
36```
37
38**Description**
39
40Array of relative coordinates.
41
42
43### length
44
45
46```
47uint16_t Hid_RelAxesArray::length
48```
49
50**Description**
51
52Length of the array.
53