Merge pull request #4102 from ligfx/quartz_input

Add Quartz/CoreGraphics controller interface for default k&m events
This commit is contained in:
shuffle2
2016-10-03 03:13:58 -07:00
committed by GitHub
7 changed files with 346 additions and 1 deletions

View File

@ -20,6 +20,8 @@ elseif(APPLE)
ControllerInterface/OSX/OSX.mm
ControllerInterface/OSX/OSXKeyboard.mm
ControllerInterface/OSX/OSXJoystick.mm
ControllerInterface/Quartz/Quartz.mm
ControllerInterface/Quartz/QuartzKeyboardAndMouse.mm
ControllerInterface/ForceFeedback/ForceFeedbackDevice.cpp)
set(LIBS ${LIBS} ${COREFOUNDATION_LIBRARY} ${CARBON_LIBRARY} ${COCOA_LIBRARY})
elseif(X11_FOUND)