This repository was archived by the owner on Feb 1, 2026. It is now read-only.
Commit 6161a24
v10.1 (#965)
* Add `InputBufferPressed()`
* typo in `InputBindingSet()`
Signed-off-by: Alynne <alviscera@gmail.com>
* handle undefined for `__InputBindingIsThumbstick()`
Signed-off-by: Alynne <alviscera@gmail.com>
* Cluster validation (#957)
* normalise `VirtualButton` debug vector
* Provisional WASM support
thanks @tabularelf
* Block dysfunctional NSO controllers on Apple Mobile
Signed-off-by: Alynne <alviscera@gmail.com>
* Fix hotswap thrashing
* Removes extraneous code from `InputPartySetJoin()`
* Update gamepad data
* Sets up new default `InputPartySetJoin()` behaviour
* Replaced callstack check with a flag variable check, for better platform consistency (#963)
* Switch 2 gamepad support
Switch 2 icons
Add Switch 2 GameChat button, Cleanup
* Remove template strings
* Switch 2 gamepads
* Bump version
---------
Signed-off-by: Alynne <alviscera@gmail.com>
Co-authored-by: Juju Adams <julian.adams@email.com>
Co-authored-by: TabularElf <tabularelf@gmail.com>1 parent c6af0a0 commit 6161a24
File tree
35 files changed
+397
-801
lines changed- datafiles
- scripts
- InputBindingSet
- InputBufferPressed
- InputDefineCluster
- InputDefineVerb
- InputDirection
- InputDistance
- InputGetBindingName
- InputPartySetJoin
- InputPlugInAssertDependencies
- InputPlugInDefine
- InputX
- InputY
- __InputBindingIsThumbstick
- __InputClassPlayer
- __InputClassPlugIn
- __InputClassRebindingHandler
- __InputClassVirtualButton
- __InputCollect
- __InputCompareVersions
- __InputConstants
- __InputCreateTypeLookup
- __InputCursorSystem
- __InputCursorTransformCoordinate
- __InputGamepadTransformQuirks
- __InputIconConfigNintendo
- __InputIconConfigPlayStation
- __InputOnOperaGXMobile
- __InputRegisterUpdatePlayer
- __InputSystem
35 files changed
+397
-801
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 31 | + | |
36 | 32 | | |
37 | 33 | | |
38 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 30 | + | |
35 | 31 | | |
36 | 32 | | |
37 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
0 commit comments