mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-12 21:35:32 +00:00
Added PointToClient and PointToScreen functions.
This commit is contained in:
parent
ab69227070
commit
b9104e1879
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue