dualsense-ts 2.2.0 → 2.2.1

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.
Files changed (47) hide show
  1. package/dist/elements/analog.js +2 -2
  2. package/dist/elements/analog.js.map +1 -1
  3. package/dist/elements/unisense.js +1 -1
  4. package/dist/elements/unisense.js.map +1 -1
  5. package/dist/input.d.ts +27 -0
  6. package/dist/input.d.ts.map +1 -1
  7. package/dist/input.js +9 -3
  8. package/dist/input.js.map +1 -1
  9. package/docs/Analog.md +81 -131
  10. package/docs/AnalogParams.md +7 -9
  11. package/docs/Axis.md +72 -79
  12. package/docs/Brightness.md +8 -8
  13. package/docs/CommandScopeA.md +16 -16
  14. package/docs/CommandScopeB.md +14 -14
  15. package/docs/Dpad.md +74 -81
  16. package/docs/DpadParams.md +8 -8
  17. package/docs/DualSenseCommand.md +45 -45
  18. package/docs/Dualsense.md +83 -90
  19. package/docs/DualsenseHID.md +47 -42
  20. package/docs/DualsenseHIDState.md +41 -41
  21. package/docs/DualsenseParams.md +17 -17
  22. package/docs/Exports.md +18 -21
  23. package/docs/Haptic.md +1 -1
  24. package/docs/Home.md +29 -31
  25. package/docs/Indicator.md +2 -2
  26. package/docs/Input.md +70 -79
  27. package/docs/InputId.md +84 -84
  28. package/docs/InputParams.md +4 -4
  29. package/docs/LedOptions.md +10 -10
  30. package/docs/Momentary.md +70 -77
  31. package/docs/Motion.md +2 -2
  32. package/docs/Mute.md +71 -89
  33. package/docs/PlayerID.md +12 -12
  34. package/docs/PulseOptions.md +8 -8
  35. package/docs/Touchpad.md +120 -94
  36. package/docs/Trigger.md +75 -82
  37. package/docs/TriggerMode.md +22 -22
  38. package/docs/Unisense.md +74 -81
  39. package/docs/UnisenseParams.md +7 -7
  40. package/package.json +2 -2
  41. package/src/elements/analog.spec.ts +17 -0
  42. package/src/elements/analog.ts +2 -2
  43. package/src/elements/axis.spec.ts +31 -0
  44. package/src/elements/unisense.ts +1 -1
  45. package/src/input.ts +27 -9
  46. package/docs/Increment.md +0 -1554
  47. package/docs/Touch.md +0 -1824
@@ -57,7 +57,7 @@ EventEmitter.constructor
57
57
 
58
58
  #### Defined in
59
59
 
60
- [src/hid/dualsense_hid.ts:111](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L111)
60
+ [src/hid/dualsense_hid.ts:111](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L111)
61
61
 
62
62
  ## Properties
63
63
 
@@ -67,7 +67,7 @@ EventEmitter.constructor
67
67
 
68
68
  #### Defined in
69
69
 
70
- [src/hid/dualsense_hid.ts:61](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L61)
70
+ [src/hid/dualsense_hid.ts:61](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L61)
71
71
 
72
72
  ___
73
73
 
@@ -81,7 +81,7 @@ EventEmitter.captureRejectionSymbol
81
81
 
82
82
  #### Defined in
83
83
 
84
- node_modules/@types/node/events.d.ts:291
84
+ node_modules/@types/node/events.d.ts:301
85
85
 
86
86
  ___
87
87
 
@@ -97,7 +97,7 @@ EventEmitter.captureRejections
97
97
 
98
98
  #### Defined in
99
99
 
100
- node_modules/@types/node/events.d.ts:296
100
+ node_modules/@types/node/events.d.ts:306
101
101
 
102
102
  ___
103
103
 
@@ -111,7 +111,7 @@ EventEmitter.defaultMaxListeners
111
111
 
112
112
  #### Defined in
113
113
 
114
- node_modules/@types/node/events.d.ts:297
114
+ node_modules/@types/node/events.d.ts:307
115
115
 
116
116
  ___
117
117
 
@@ -133,7 +133,7 @@ EventEmitter.errorMonitor
133
133
 
134
134
  #### Defined in
135
135
 
136
- node_modules/@types/node/events.d.ts:290
136
+ node_modules/@types/node/events.d.ts:300
137
137
 
138
138
  ___
139
139
 
@@ -143,7 +143,7 @@ ___
143
143
 
144
144
  #### Defined in
145
145
 
146
- [src/hid/dualsense_hid.ts:109](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L109)
146
+ [src/hid/dualsense_hid.ts:109](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L109)
147
147
 
148
148
  ___
149
149
 
@@ -153,7 +153,7 @@ ___
153
153
 
154
154
  #### Defined in
155
155
 
156
- [src/hid/dualsense_hid.ts:108](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L108)
156
+ [src/hid/dualsense_hid.ts:108](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L108)
157
157
 
158
158
  ## Methods
159
159
 
@@ -182,7 +182,7 @@ EventEmitter.addListener
182
182
 
183
183
  #### Defined in
184
184
 
185
- node_modules/@types/node/events.d.ts:317
185
+ node_modules/@types/node/events.d.ts:327
186
186
 
187
187
  ___
188
188
 
@@ -247,7 +247,7 @@ EventEmitter.emit
247
247
 
248
248
  #### Defined in
249
249
 
250
- node_modules/@types/node/events.d.ts:573
250
+ node_modules/@types/node/events.d.ts:583
251
251
 
252
252
  ___
253
253
 
@@ -283,7 +283,7 @@ EventEmitter.eventNames
283
283
 
284
284
  #### Defined in
285
285
 
286
- node_modules/@types/node/events.d.ts:632
286
+ node_modules/@types/node/events.d.ts:642
287
287
 
288
288
  ___
289
289
 
@@ -306,7 +306,7 @@ EventEmitter.getMaxListeners
306
306
 
307
307
  #### Defined in
308
308
 
309
- node_modules/@types/node/events.d.ts:489
309
+ node_modules/@types/node/events.d.ts:499
310
310
 
311
311
  ___
312
312
 
@@ -334,7 +334,7 @@ EventEmitter.listenerCount
334
334
 
335
335
  #### Defined in
336
336
 
337
- node_modules/@types/node/events.d.ts:579
337
+ node_modules/@types/node/events.d.ts:589
338
338
 
339
339
  ___
340
340
 
@@ -370,7 +370,7 @@ EventEmitter.listeners
370
370
 
371
371
  #### Defined in
372
372
 
373
- node_modules/@types/node/events.d.ts:502
373
+ node_modules/@types/node/events.d.ts:512
374
374
 
375
375
  ___
376
376
 
@@ -399,7 +399,7 @@ EventEmitter.off
399
399
 
400
400
  #### Defined in
401
401
 
402
- node_modules/@types/node/events.d.ts:462
402
+ node_modules/@types/node/events.d.ts:472
403
403
 
404
404
  ___
405
405
 
@@ -452,7 +452,7 @@ EventEmitter.on
452
452
 
453
453
  #### Defined in
454
454
 
455
- node_modules/@types/node/events.d.ts:348
455
+ node_modules/@types/node/events.d.ts:358
456
456
 
457
457
  ___
458
458
 
@@ -503,7 +503,7 @@ EventEmitter.once
503
503
 
504
504
  #### Defined in
505
505
 
506
- node_modules/@types/node/events.d.ts:377
506
+ node_modules/@types/node/events.d.ts:387
507
507
 
508
508
  ___
509
509
 
@@ -543,7 +543,7 @@ EventEmitter.prependListener
543
543
 
544
544
  #### Defined in
545
545
 
546
- node_modules/@types/node/events.d.ts:597
546
+ node_modules/@types/node/events.d.ts:607
547
547
 
548
548
  ___
549
549
 
@@ -581,7 +581,7 @@ EventEmitter.prependOnceListener
581
581
 
582
582
  #### Defined in
583
583
 
584
- node_modules/@types/node/events.d.ts:613
584
+ node_modules/@types/node/events.d.ts:623
585
585
 
586
586
  ___
587
587
 
@@ -634,7 +634,7 @@ EventEmitter.rawListeners
634
634
 
635
635
  #### Defined in
636
636
 
637
- node_modules/@types/node/events.d.ts:532
637
+ node_modules/@types/node/events.d.ts:542
638
638
 
639
639
  ___
640
640
 
@@ -668,7 +668,7 @@ EventEmitter.removeAllListeners
668
668
 
669
669
  #### Defined in
670
670
 
671
- node_modules/@types/node/events.d.ts:473
671
+ node_modules/@types/node/events.d.ts:483
672
672
 
673
673
  ___
674
674
 
@@ -772,7 +772,7 @@ EventEmitter.removeListener
772
772
 
773
773
  #### Defined in
774
774
 
775
- node_modules/@types/node/events.d.ts:457
775
+ node_modules/@types/node/events.d.ts:467
776
776
 
777
777
  ___
778
778
 
@@ -805,7 +805,7 @@ EventEmitter.setMaxListeners
805
805
 
806
806
  #### Defined in
807
807
 
808
- node_modules/@types/node/events.d.ts:483
808
+ node_modules/@types/node/events.d.ts:493
809
809
 
810
810
  ___
811
811
 
@@ -857,7 +857,7 @@ EventEmitter.getEventListeners
857
857
 
858
858
  #### Defined in
859
859
 
860
- node_modules/@types/node/events.d.ts:262
860
+ node_modules/@types/node/events.d.ts:270
861
861
 
862
862
  ___
863
863
 
@@ -897,7 +897,7 @@ EventEmitter.listenerCount
897
897
 
898
898
  #### Defined in
899
899
 
900
- node_modules/@types/node/events.d.ts:234
900
+ node_modules/@types/node/events.d.ts:242
901
901
 
902
902
  ___
903
903
 
@@ -981,7 +981,7 @@ EventEmitter.on
981
981
 
982
982
  #### Defined in
983
983
 
984
- node_modules/@types/node/events.d.ts:217
984
+ node_modules/@types/node/events.d.ts:221
985
985
 
986
986
  ___
987
987
 
@@ -1111,7 +1111,7 @@ EventEmitter.once
1111
1111
 
1112
1112
  #### Defined in
1113
1113
 
1114
- node_modules/@types/node/events.d.ts:158
1114
+ node_modules/@types/node/events.d.ts:162
1115
1115
 
1116
1116
  ___
1117
1117
 
@@ -1119,26 +1119,31 @@ ___
1119
1119
 
1120
1120
  ▸ `Static` **setMaxListeners**(`n?`, ...`eventTargets`): `void`
1121
1121
 
1122
- ```js
1123
- const {
1124
- setMaxListeners,
1125
- EventEmitter
1126
- } = require('events');
1127
-
1128
- const target = new EventTarget();
1129
- const emitter = new EventEmitter();
1122
+ By default `EventEmitter`s will print a warning if more than `10` listeners are
1123
+ added for a particular event. This is a useful default that helps finding
1124
+ memory leaks. The `EventEmitter.setMaxListeners()` method allows the default limit to be
1125
+ modified (if eventTargets is empty) or modify the limit specified in every `EventTarget` | `EventEmitter` passed as arguments.
1126
+ The value can be set to`Infinity` (or `0`) to indicate an unlimited number of listeners.
1130
1127
 
1131
- setMaxListeners(5, target, emitter);
1128
+ ```js
1129
+ EventEmitter.setMaxListeners(20);
1130
+ // Equivalent to
1131
+ EventEmitter.defaultMaxListeners = 20;
1132
+
1133
+ const eventTarget = new EventTarget();
1134
+ // Only way to increase limit for `EventTarget` instances
1135
+ // as these doesn't expose its own `setMaxListeners` method
1136
+ EventEmitter.setMaxListeners(20, eventTarget);
1132
1137
  ```
1133
1138
 
1134
- **`since`** v15.4.0
1139
+ **`since`** v15.3.0, v14.17.0
1135
1140
 
1136
1141
  #### Parameters
1137
1142
 
1138
- | Name | Type | Description |
1139
- | :------ | :------ | :------ |
1140
- | `n?` | `number` | A non-negative number. The maximum number of listeners per `EventTarget` event. |
1141
- | `...eventTargets` | (`EventEmitter` \| `DOMEventTarget`)[] | - |
1143
+ | Name | Type |
1144
+ | :------ | :------ |
1145
+ | `n?` | `number` |
1146
+ | `...eventTargets` | (`EventEmitter` \| `DOMEventTarget`)[] |
1142
1147
 
1143
1148
  #### Returns
1144
1149
 
@@ -1150,4 +1155,4 @@ EventEmitter.setMaxListeners
1150
1155
 
1151
1156
  #### Defined in
1152
1157
 
1153
- node_modules/@types/node/events.d.ts:280
1158
+ node_modules/@types/node/events.d.ts:290
@@ -54,7 +54,7 @@
54
54
 
55
55
  #### Defined in
56
56
 
57
- [src/hid/dualsense_hid.ts:45](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L45)
57
+ [src/hid/dualsense_hid.ts:45](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L45)
58
58
 
59
59
  ___
60
60
 
@@ -64,7 +64,7 @@ ___
64
64
 
65
65
  #### Defined in
66
66
 
67
- [src/hid/dualsense_hid.ts:46](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L46)
67
+ [src/hid/dualsense_hid.ts:46](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L46)
68
68
 
69
69
  ___
70
70
 
@@ -74,7 +74,7 @@ ___
74
74
 
75
75
  #### Defined in
76
76
 
77
- [src/hid/dualsense_hid.ts:47](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L47)
77
+ [src/hid/dualsense_hid.ts:47](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L47)
78
78
 
79
79
  ___
80
80
 
@@ -84,7 +84,7 @@ ___
84
84
 
85
85
  #### Defined in
86
86
 
87
- [src/hid/dualsense_hid.ts:14](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L14)
87
+ [src/hid/dualsense_hid.ts:14](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L14)
88
88
 
89
89
  ___
90
90
 
@@ -94,7 +94,7 @@ ___
94
94
 
95
95
  #### Defined in
96
96
 
97
- [src/hid/dualsense_hid.ts:25](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L25)
97
+ [src/hid/dualsense_hid.ts:25](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L25)
98
98
 
99
99
  ___
100
100
 
@@ -104,7 +104,7 @@ ___
104
104
 
105
105
  #### Defined in
106
106
 
107
- [src/hid/dualsense_hid.ts:15](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L15)
107
+ [src/hid/dualsense_hid.ts:15](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L15)
108
108
 
109
109
  ___
110
110
 
@@ -114,7 +114,7 @@ ___
114
114
 
115
115
  #### Defined in
116
116
 
117
- [src/hid/dualsense_hid.ts:19](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L19)
117
+ [src/hid/dualsense_hid.ts:19](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L19)
118
118
 
119
119
  ___
120
120
 
@@ -124,7 +124,7 @@ ___
124
124
 
125
125
  #### Defined in
126
126
 
127
- [src/hid/dualsense_hid.ts:17](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L17)
127
+ [src/hid/dualsense_hid.ts:17](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L17)
128
128
 
129
129
  ___
130
130
 
@@ -134,7 +134,7 @@ ___
134
134
 
135
135
  #### Defined in
136
136
 
137
- [src/hid/dualsense_hid.ts:42](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L42)
137
+ [src/hid/dualsense_hid.ts:42](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L42)
138
138
 
139
139
  ___
140
140
 
@@ -144,7 +144,7 @@ ___
144
144
 
145
145
  #### Defined in
146
146
 
147
- [src/hid/dualsense_hid.ts:43](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L43)
147
+ [src/hid/dualsense_hid.ts:43](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L43)
148
148
 
149
149
  ___
150
150
 
@@ -154,7 +154,7 @@ ___
154
154
 
155
155
  #### Defined in
156
156
 
157
- [src/hid/dualsense_hid.ts:44](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L44)
157
+ [src/hid/dualsense_hid.ts:44](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L44)
158
158
 
159
159
  ___
160
160
 
@@ -164,7 +164,7 @@ ___
164
164
 
165
165
  #### Defined in
166
166
 
167
- [src/hid/dualsense_hid.ts:29](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L29)
167
+ [src/hid/dualsense_hid.ts:29](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L29)
168
168
 
169
169
  ___
170
170
 
@@ -174,7 +174,7 @@ ___
174
174
 
175
175
  #### Defined in
176
176
 
177
- [src/hid/dualsense_hid.ts:11](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L11)
177
+ [src/hid/dualsense_hid.ts:11](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L11)
178
178
 
179
179
  ___
180
180
 
@@ -184,7 +184,7 @@ ___
184
184
 
185
185
  #### Defined in
186
186
 
187
- [src/hid/dualsense_hid.ts:27](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L27)
187
+ [src/hid/dualsense_hid.ts:27](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L27)
188
188
 
189
189
  ___
190
190
 
@@ -194,7 +194,7 @@ ___
194
194
 
195
195
  #### Defined in
196
196
 
197
- [src/hid/dualsense_hid.ts:23](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L23)
197
+ [src/hid/dualsense_hid.ts:23](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L23)
198
198
 
199
199
  ___
200
200
 
@@ -204,7 +204,7 @@ ___
204
204
 
205
205
  #### Defined in
206
206
 
207
- [src/hid/dualsense_hid.ts:7](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L7)
207
+ [src/hid/dualsense_hid.ts:7](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L7)
208
208
 
209
209
  ___
210
210
 
@@ -214,7 +214,7 @@ ___
214
214
 
215
215
  #### Defined in
216
216
 
217
- [src/hid/dualsense_hid.ts:8](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L8)
217
+ [src/hid/dualsense_hid.ts:8](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L8)
218
218
 
219
219
  ___
220
220
 
@@ -224,7 +224,7 @@ ___
224
224
 
225
225
  #### Defined in
226
226
 
227
- [src/hid/dualsense_hid.ts:20](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L20)
227
+ [src/hid/dualsense_hid.ts:20](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L20)
228
228
 
229
229
  ___
230
230
 
@@ -234,7 +234,7 @@ ___
234
234
 
235
235
  #### Defined in
236
236
 
237
- [src/hid/dualsense_hid.ts:32](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L32)
237
+ [src/hid/dualsense_hid.ts:32](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L32)
238
238
 
239
239
  ___
240
240
 
@@ -244,7 +244,7 @@ ___
244
244
 
245
245
  #### Defined in
246
246
 
247
- [src/hid/dualsense_hid.ts:24](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L24)
247
+ [src/hid/dualsense_hid.ts:24](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L24)
248
248
 
249
249
  ___
250
250
 
@@ -254,7 +254,7 @@ ___
254
254
 
255
255
  #### Defined in
256
256
 
257
- [src/hid/dualsense_hid.ts:30](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L30)
257
+ [src/hid/dualsense_hid.ts:30](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L30)
258
258
 
259
259
  ___
260
260
 
@@ -264,7 +264,7 @@ ___
264
264
 
265
265
  #### Defined in
266
266
 
267
- [src/hid/dualsense_hid.ts:28](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L28)
267
+ [src/hid/dualsense_hid.ts:28](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L28)
268
268
 
269
269
  ___
270
270
 
@@ -274,7 +274,7 @@ ___
274
274
 
275
275
  #### Defined in
276
276
 
277
- [src/hid/dualsense_hid.ts:12](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L12)
277
+ [src/hid/dualsense_hid.ts:12](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L12)
278
278
 
279
279
  ___
280
280
 
@@ -284,7 +284,7 @@ ___
284
284
 
285
285
  #### Defined in
286
286
 
287
- [src/hid/dualsense_hid.ts:26](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L26)
287
+ [src/hid/dualsense_hid.ts:26](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L26)
288
288
 
289
289
  ___
290
290
 
@@ -294,7 +294,7 @@ ___
294
294
 
295
295
  #### Defined in
296
296
 
297
- [src/hid/dualsense_hid.ts:22](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L22)
297
+ [src/hid/dualsense_hid.ts:22](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L22)
298
298
 
299
299
  ___
300
300
 
@@ -304,7 +304,7 @@ ___
304
304
 
305
305
  #### Defined in
306
306
 
307
- [src/hid/dualsense_hid.ts:9](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L9)
307
+ [src/hid/dualsense_hid.ts:9](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L9)
308
308
 
309
309
  ___
310
310
 
@@ -314,7 +314,7 @@ ___
314
314
 
315
315
  #### Defined in
316
316
 
317
- [src/hid/dualsense_hid.ts:10](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L10)
317
+ [src/hid/dualsense_hid.ts:10](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L10)
318
318
 
319
319
  ___
320
320
 
@@ -324,7 +324,7 @@ ___
324
324
 
325
325
  #### Defined in
326
326
 
327
- [src/hid/dualsense_hid.ts:21](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L21)
327
+ [src/hid/dualsense_hid.ts:21](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L21)
328
328
 
329
329
  ___
330
330
 
@@ -334,7 +334,7 @@ ___
334
334
 
335
335
  #### Defined in
336
336
 
337
- [src/hid/dualsense_hid.ts:16](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L16)
337
+ [src/hid/dualsense_hid.ts:16](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L16)
338
338
 
339
339
  ___
340
340
 
@@ -344,7 +344,7 @@ ___
344
344
 
345
345
  #### Defined in
346
346
 
347
- [src/hid/dualsense_hid.ts:33](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L33)
347
+ [src/hid/dualsense_hid.ts:33](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L33)
348
348
 
349
349
  ___
350
350
 
@@ -354,7 +354,7 @@ ___
354
354
 
355
355
  #### Defined in
356
356
 
357
- [src/hid/dualsense_hid.ts:31](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L31)
357
+ [src/hid/dualsense_hid.ts:31](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L31)
358
358
 
359
359
  ___
360
360
 
@@ -364,7 +364,7 @@ ___
364
364
 
365
365
  #### Defined in
366
366
 
367
- [src/hid/dualsense_hid.ts:36](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L36)
367
+ [src/hid/dualsense_hid.ts:36](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L36)
368
368
 
369
369
  ___
370
370
 
@@ -374,7 +374,7 @@ ___
374
374
 
375
375
  #### Defined in
376
376
 
377
- [src/hid/dualsense_hid.ts:40](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L40)
377
+ [src/hid/dualsense_hid.ts:40](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L40)
378
378
 
379
379
  ___
380
380
 
@@ -384,7 +384,7 @@ ___
384
384
 
385
385
  #### Defined in
386
386
 
387
- [src/hid/dualsense_hid.ts:37](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L37)
387
+ [src/hid/dualsense_hid.ts:37](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L37)
388
388
 
389
389
  ___
390
390
 
@@ -394,7 +394,7 @@ ___
394
394
 
395
395
  #### Defined in
396
396
 
397
- [src/hid/dualsense_hid.ts:41](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L41)
397
+ [src/hid/dualsense_hid.ts:41](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L41)
398
398
 
399
399
  ___
400
400
 
@@ -404,7 +404,7 @@ ___
404
404
 
405
405
  #### Defined in
406
406
 
407
- [src/hid/dualsense_hid.ts:34](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L34)
407
+ [src/hid/dualsense_hid.ts:34](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L34)
408
408
 
409
409
  ___
410
410
 
@@ -414,7 +414,7 @@ ___
414
414
 
415
415
  #### Defined in
416
416
 
417
- [src/hid/dualsense_hid.ts:38](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L38)
417
+ [src/hid/dualsense_hid.ts:38](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L38)
418
418
 
419
419
  ___
420
420
 
@@ -424,7 +424,7 @@ ___
424
424
 
425
425
  #### Defined in
426
426
 
427
- [src/hid/dualsense_hid.ts:35](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L35)
427
+ [src/hid/dualsense_hid.ts:35](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L35)
428
428
 
429
429
  ___
430
430
 
@@ -434,7 +434,7 @@ ___
434
434
 
435
435
  #### Defined in
436
436
 
437
- [src/hid/dualsense_hid.ts:39](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L39)
437
+ [src/hid/dualsense_hid.ts:39](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L39)
438
438
 
439
439
  ___
440
440
 
@@ -444,7 +444,7 @@ ___
444
444
 
445
445
  #### Defined in
446
446
 
447
- [src/hid/dualsense_hid.ts:13](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L13)
447
+ [src/hid/dualsense_hid.ts:13](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L13)
448
448
 
449
449
  ___
450
450
 
@@ -454,4 +454,4 @@ ___
454
454
 
455
455
  #### Defined in
456
456
 
457
- [src/hid/dualsense_hid.ts:18](https://github.com/nsfm/dualsense-ts/blob/8aeab4d/src/hid/dualsense_hid.ts#L18)
457
+ [src/hid/dualsense_hid.ts:18](https://github.com/nsfm/dualsense-ts/blob/ab67fa7/src/hid/dualsense_hid.ts#L18)