From 4cc32d837a44ead941b3b39c36f3d4c9ec667cdd Mon Sep 17 00:00:00 2001 From: ehofman Date: Thu, 6 May 2004 16:07:30 +0000 Subject: [PATCH] Add a macintosh identifier for joystick axis numbering support. --- src/Input/input.hxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Input/input.hxx b/src/Input/input.hxx index e2bcb9744..ac59a6627 100644 --- a/src/Input/input.hxx +++ b/src/Input/input.hxx @@ -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 -- 2.39.5