diff --git a/source/Cosmos.System2/MouseManager.cs b/source/Cosmos.System2/MouseManager.cs index bf698625d..ab766fdba 100644 --- a/source/Cosmos.System2/MouseManager.cs +++ b/source/Cosmos.System2/MouseManager.cs @@ -51,6 +51,11 @@ namespace Cosmos.System /// public static uint Y; + /// + /// The Point of the mouse. + /// + public static Point getPoint() {return new Point((int)MouseManager.X, (int)MouseManager.Y);} + /// /// The state the mouse is currently in. ///