diff --git a/Source/OpenTK/Platform/INativeGLWindow.cs b/Source/OpenTK/Platform/INativeGLWindow.cs index c82bff58..b1d9d84c 100644 --- a/Source/OpenTK/Platform/INativeGLWindow.cs +++ b/Source/OpenTK/Platform/INativeGLWindow.cs @@ -20,6 +20,8 @@ namespace OpenTK.Platform void CreateWindow(DisplayMode mode); void DestroyWindow(); void ProcessEvents(); + void PointToClient(ref System.Drawing.Point p); + void PointToScreen(ref System.Drawing.Point p); bool Exists { get; } IWindowInfo WindowInfo { get; }