Cocoa bindings through libobjc.dylib
authorOlle HÃ¥kansson <ollhak@gmail.com>
Fri, 18 Apr 2014 20:30:50 +0000 (22:30 +0200)
committerthefiddler <stapostol@gmail.com>
Thu, 24 Apr 2014 11:45:04 +0000 (13:45 +0200)
commit5e1b7c82aba32c6d7d4abcaab9c004c41f35d41f
treecd6c1a36f55986b6276e4a51dd22b5b8df8df53a
parent4ce1289d85d50c2d293f7039b83d26422bac1620
Cocoa bindings through libobjc.dylib
15 files changed:
Source/OpenTK/OpenTK.csproj
Source/OpenTK/Platform/MacOS/Cocoa/Class.cs [new file with mode: 0644]
Source/OpenTK/Platform/MacOS/Cocoa/Cocoa.cs [new file with mode: 0644]
Source/OpenTK/Platform/MacOS/Cocoa/NSApplication.cs [new file with mode: 0644]
Source/OpenTK/Platform/MacOS/Cocoa/NSApplicationActivationPolicy.cs [new file with mode: 0755]
Source/OpenTK/Platform/MacOS/Cocoa/NSBackingStore.cs [new file with mode: 0755]
Source/OpenTK/Platform/MacOS/Cocoa/NSOpenGLPixelFormatAttribute.cs [new file with mode: 0755]
Source/OpenTK/Platform/MacOS/Cocoa/NSOpenGLProfile.cs [new file with mode: 0755]
Source/OpenTK/Platform/MacOS/Cocoa/NSWindowStyle.cs [new file with mode: 0755]
Source/OpenTK/Platform/MacOS/Cocoa/Selector.cs [new file with mode: 0755]
Source/OpenTK/Platform/MacOS/CocoaContext.cs [new file with mode: 0644]
Source/OpenTK/Platform/MacOS/CocoaNativeWindow.cs [new file with mode: 0644]
Source/OpenTK/Platform/MacOS/CocoaWindowInfo.cs [new file with mode: 0644]
Source/OpenTK/Platform/MacOS/MacOSFactory.cs
Source/OpenTK/Platform/MacOS/NS.cs