]> git.tdb.fi Git - libs/gui.git/commit
Basic OS X support
authorMikko Rasa <tdb@tdb.fi>
Tue, 1 Oct 2013 11:19:25 +0000 (14:19 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 2 Oct 2013 07:43:02 +0000 (10:43 +0300)
commitad7b7bd9c61fc61e5ae5b8434d0d687b63a755c7
treed5e997f1c38d22cd77818901b89822e5785f1c2a
parente3edc65a604e02dbb3d9c8f8a66b59e73b0ce09f
Basic OS X support

The event tester works and reports sensible events.  Some things are
still missing, notably GL contexts and window resize tracking.
14 files changed:
Build
source/graphics/cocoa/cocoadisplay.h [new file with mode: 0644]
source/graphics/cocoa/cocoadisplay.m [new file with mode: 0644]
source/graphics/cocoa/cocoaevent.h [new file with mode: 0644]
source/graphics/cocoa/cocoaevent.m [new file with mode: 0644]
source/graphics/cocoa/cocoawindow.h [new file with mode: 0644]
source/graphics/cocoa/cocoawindow.m [new file with mode: 0644]
source/graphics/cocoa/display.cpp [new file with mode: 0644]
source/graphics/cocoa/display_platform.h [new file with mode: 0644]
source/graphics/cocoa/window.cpp [new file with mode: 0644]
source/graphics/cocoa/window_platform.h [new file with mode: 0644]
source/input/cocoa/keyboard.cpp [new file with mode: 0644]
source/input/cocoa/keys.cpp [new file with mode: 0644]
source/input/cocoa/mouse.cpp [new file with mode: 0644]