Add a macintosh identifier for joystick axis numbering support.
This commit is contained in:
parent
0c13fcb3f9
commit
4cc32d837a
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@ SG_USING_STD(vector);
|
|||
|
||||
#if defined( UL_WIN32 )
|
||||
#define TGT_PLATFORM "windows"
|
||||
#elif defined ( UL_MAC_OSX )
|
||||
#define TGT_PLATFORM "mac"
|
||||
#else
|
||||
#define TGT_PLATFORM "unix"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue