X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInput%2Finput.cxx;h=d32c207d52deed20692a34d4e60bf68413ce1e65;hb=11d15b451347674fba77648700d23c5aaec3c6c2;hp=40964c28557d022fa48faafa4626ea50375f9fda;hpb=5c57153e6233a112fa3aec8fd648a1a7d8743099;p=flightgear.git diff --git a/src/Input/input.cxx b/src/Input/input.cxx index 40964c285..d32c207d5 100644 --- a/src/Input/input.cxx +++ b/src/Input/input.cxx @@ -37,10 +37,8 @@ //#include "FGDirectXEventInput.hxx" //#define INPUTEVENT_CLASS FGDirectXEventInput #elif defined ( UL_MAC_OSX ) -/* - Currently not supported :-( - */ -#undef INPUTEVENT_CLASS +#include "FGMacOSXEventInput.hxx" +#define INPUTEVENT_CLASS FGMacOSXEventInput #else #include "FGLinuxEventInput.hxx" #define INPUTEVENT_CLASS FGLinuxEventInput