mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-16 11:08:54 +00:00
parent
870c006288
commit
b264c19c83
2 changed files with 15 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue