]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/input.cxx
fix a pointer reference.
[flightgear.git] / src / Input / input.cxx
index 40964c28557d022fa48faafa4626ea50375f9fda..d32c207d52deed20692a34d4e60bf68413ce1e65 100644 (file)
 //#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