Added PointToClient and PointToScreen functions.

This commit is contained in:
the_fiddler 2008-01-06 02:25:33 +00:00
parent ab69227070
commit b9104e1879

View file

@ -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; }