[OpenTK] Added NativeWindowBase
authorthefiddler <stapostol@gmail.com>
Sun, 27 Apr 2014 07:20:33 +0000 (09:20 +0200)
committerthefiddler <stapostol@gmail.com>
Fri, 2 May 2014 07:34:14 +0000 (09:34 +0200)
commit5ba1bf89f1f86547531a7d74290caba87cd13610
treebca1dbed58372e04951a2c50e83e0f927e3b4333
parent495ded54d81e285399de04e9c926efdfaf8b22c9
[OpenTK] Added NativeWindowBase

This acts as a common base class to INativeWindow implementations and
can be used to reduce code duplication.
Source/OpenTK/OpenTK.csproj
Source/OpenTK/Platform/NativeWindowBase.cs [new file with mode: 0644]