Update to GameInput V3 (#15302)

(cherry picked from commit c58a61fdd4)
This commit is contained in:
Sanjay Govind
2026-04-03 13:10:42 +13:00
committed by Sam Lantinga
parent 870c006288
commit b264c19c83
2 changed files with 15 additions and 7 deletions

View File

@@ -31,7 +31,9 @@
#define GAMEINPUT_API_VERSION 0
#endif
#if GAMEINPUT_API_VERSION == 2
#if GAMEINPUT_API_VERSION == 3
using namespace GameInput::v3;
#elif GAMEINPUT_API_VERSION == 2
using namespace GameInput::v2;
#elif GAMEINPUT_API_VERSION == 1
using namespace GameInput::v1;