dualsense-ts 2.0.2 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/docs/Motion.md ADDED
@@ -0,0 +1,38 @@
1
+ # Class: Motion
2
+
3
+ ## Table of contents
4
+
5
+ ### Constructors
6
+
7
+ - [constructor](../wiki/Motion#constructor)
8
+
9
+ ### Properties
10
+
11
+ - [accelerometer](../wiki/Motion#accelerometer)
12
+ - [gyroscope](../wiki/Motion#gyroscope)
13
+
14
+ ## Constructors
15
+
16
+ ### constructor
17
+
18
+ • **new Motion**()
19
+
20
+ ## Properties
21
+
22
+ ### accelerometer
23
+
24
+ • `Readonly` **accelerometer**: [`Accelerometer`](../wiki/Accelerometer)
25
+
26
+ #### Defined in
27
+
28
+ [src/elements/motion.ts:6](https://github.com/nsfm/dualsense-ts/blob/6dc1604/src/elements/motion.ts#L6)
29
+
30
+ ___
31
+
32
+ ### gyroscope
33
+
34
+ • `Readonly` **gyroscope**: [`Gyroscope`](../wiki/Gyroscope)
35
+
36
+ #### Defined in
37
+
38
+ [src/elements/motion.ts:5](https://github.com/nsfm/dualsense-ts/blob/6dc1604/src/elements/motion.ts#L5)