Update MouseManager.cs

why not most people will not likely do this in there code so why not here
This commit is contained in:
zarlo 2019-06-12 15:55:10 +10:00 committed by Quajak
parent 158d54de13
commit 2ea7db0f91

View file

@ -51,6 +51,11 @@ namespace Cosmos.System
/// </summary>
public static uint Y;
/// <summary>
/// The Point of the mouse.
/// </summary>
public static Point getPoint() {return new Point((int)MouseManager.X, (int)MouseManager.Y);}
/// <summary>
/// The state the mouse is currently in.
/// </summary>