mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-29 21:07:23 +02:00
committed by
Sam Lantinga
parent
870c006288
commit
b264c19c83
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user