Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.

Commit f7cdd3e

Browse files
committed
Bump version
1 parent 87c7673 commit f7cdd3e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center"><img src="https://raw.githubusercontent.com/offalynne/input/main/LOGO.png" style="display:block; margin:auto; width:300px"></p>
22

3-
<h1 align="center">Input 10.2.0</h1>
3+
<h1 align="center">Input 10.2.2</h1>
44

55
<p align="center">Comprehensive cross-platform input for GameMaker 2024.13 by <a href="https://www.jujuadams.com/" target="_blank">Juju Adams</a>, <a href="https://offalynne.neocities.org/">Alynne Keith</a>, and <a href="https://offalynne.github.io/Input/#/10.2/Credits">Friends</a></p>
66

scripts/__InputConstants/__InputConstants.gml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
// //
1212
////////////////////////////////////////////////////////////////////////////
1313

14-
#macro INPUT_VERSION "10.2.2 (alpha)"
15-
#macro INPUT_DATE "2025-08-19"
14+
#macro INPUT_VERSION "10.2.2"
15+
#macro INPUT_DATE "2025-09-14"
1616

1717
#macro INPUT_NO_DEVICE -666
1818
#macro INPUT_KBM -1

scripts/__InputTriggerEffectConstants/__InputTriggerEffectConstants.gml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Feather disable all
2+
13
//DualSense haptic trigger effect states
24
enum INPUT_TRIGGER_STATE
35
{

0 commit comments

Comments
 (0)