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.
@@ -0,0 +1,105 @@
1
+ # Interface: AnalogParams
2
+
3
+ ## Hierarchy
4
+
5
+ - [`InputParams`](../wiki/InputParams)
6
+
7
+ ↳ **`AnalogParams`**
8
+
9
+ ## Table of contents
10
+
11
+ ### Properties
12
+
13
+ - [button](../wiki/AnalogParams#button)
14
+ - [icon](../wiki/AnalogParams#icon)
15
+ - [name](../wiki/AnalogParams#name)
16
+ - [parent](../wiki/AnalogParams#parent)
17
+ - [threshold](../wiki/AnalogParams#threshold)
18
+ - [x](../wiki/AnalogParams#x)
19
+ - [y](../wiki/AnalogParams#y)
20
+
21
+ ## Properties
22
+
23
+ ### button
24
+
25
+ • `Optional` **button**: [`InputParams`](../wiki/InputParams)
26
+
27
+ #### Defined in
28
+
29
+ [src/elements/analog.ts:7](https://github.com/nsfm/dualsense-ts/blob/6dc1604/src/elements/analog.ts#L7)
30
+
31
+ ___
32
+
33
+ ### icon
34
+
35
+ • `Optional` **icon**: `string`
36
+
37
+ #### Inherited from
38
+
39
+ [InputParams](../wiki/InputParams).[icon](../wiki/InputParams#icon)
40
+
41
+ #### Defined in
42
+
43
+ [src/input.ts:6](https://github.com/nsfm/dualsense-ts/blob/6dc1604/src/input.ts#L6)
44
+
45
+ ___
46
+
47
+ ### name
48
+
49
+ • `Optional` **name**: `string`
50
+
51
+ #### Inherited from
52
+
53
+ [InputParams](../wiki/InputParams).[name](../wiki/InputParams#name)
54
+
55
+ #### Defined in
56
+
57
+ [src/input.ts:5](https://github.com/nsfm/dualsense-ts/blob/6dc1604/src/input.ts#L5)
58
+
59
+ ___
60
+
61
+ ### parent
62
+
63
+ • `Optional` **parent**: [`Input`](../wiki/Input)<`unknown`\>
64
+
65
+ #### Inherited from
66
+
67
+ [InputParams](../wiki/InputParams).[parent](../wiki/InputParams#parent)
68
+
69
+ #### Defined in
70
+
71
+ [src/input.ts:8](https://github.com/nsfm/dualsense-ts/blob/6dc1604/src/input.ts#L8)
72
+
73
+ ___
74
+
75
+ ### threshold
76
+
77
+ • `Optional` **threshold**: `number`
78
+
79
+ #### Overrides
80
+
81
+ [InputParams](../wiki/InputParams).[threshold](../wiki/InputParams#threshold)
82
+
83
+ #### Defined in
84
+
85
+ [src/elements/analog.ts:10](https://github.com/nsfm/dualsense-ts/blob/6dc1604/src/elements/analog.ts#L10)
86
+
87
+ ___
88
+
89
+ ### x
90
+
91
+ • `Optional` **x**: [`InputParams`](../wiki/InputParams)
92
+
93
+ #### Defined in
94
+
95
+ [src/elements/analog.ts:8](https://github.com/nsfm/dualsense-ts/blob/6dc1604/src/elements/analog.ts#L8)
96
+
97
+ ___
98
+
99
+ ### y
100
+
101
+ • `Optional` **y**: [`InputParams`](../wiki/InputParams)
102
+
103
+ #### Defined in
104
+
105
+ [src/elements/analog.ts:9](https://github.com/nsfm/dualsense-ts/blob/6dc1604/src/elements/analog.ts#L9)