From 260353f37ad7f33c407415ffa385e2917641c9c1 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sat, 10 Nov 2007 18:24:30 +0000 Subject: [PATCH] Re-added IInputDriver property. --- Source/OpenTK/Platform/INativeGLWindow.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/OpenTK/Platform/INativeGLWindow.cs b/Source/OpenTK/Platform/INativeGLWindow.cs index 8341fb50..f03d5b64 100644 --- a/Source/OpenTK/Platform/INativeGLWindow.cs +++ b/Source/OpenTK/Platform/INativeGLWindow.cs @@ -28,6 +28,7 @@ namespace OpenTK.Platform bool Visible { get; set; } bool IsIdle { get; } IGLContext Context { get; } + IInputDriver InputDriver { get; } event CreateEvent Create; event DestroyEvent Destroy;