X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInput%2Finput.cxx;h=3804e8e9408c404ffb7a4ecb1fdcb487d7c21d8e;hb=2ea50c63bbb95e143662de2f136c79898236e38d;hp=40964c28557d022fa48faafa4626ea50375f9fda;hpb=5c57153e6233a112fa3aec8fd648a1a7d8743099;p=flightgear.git diff --git a/src/Input/input.cxx b/src/Input/input.cxx index 40964c285..3804e8e94 100644 --- a/src/Input/input.cxx +++ b/src/Input/input.cxx @@ -27,20 +27,21 @@ #endif #include "input.hxx" + +#include + #include "FGMouseInput.hxx" #include "FGKeyboardInput.hxx" #include "FGJoystickInput.hxx" #ifdef WITH_EVENTINPUT -#if defined( UL_WIN32 ) +#if defined( SG_WINDOWS ) //to be developed //#include "FGDirectXEventInput.hxx" //#define INPUTEVENT_CLASS FGDirectXEventInput -#elif defined ( UL_MAC_OSX ) -/* - Currently not supported :-( - */ -#undef INPUTEVENT_CLASS +#elif defined ( SG_MAC ) +#include "FGMacOSXEventInput.hxx" +#define INPUTEVENT_CLASS FGMacOSXEventInput #else #include "FGLinuxEventInput.hxx" #define INPUTEVENT_CLASS FGLinuxEventInput