mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 23:31:11 +00:00
Added PointToClient and PointToScreen functions.
This commit is contained in:
parent
3740766589
commit
37c4576fcc
|
@ -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