mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-10 10:11:31 +00:00
Update MouseManager.cs
why not most people will not likely do this in there code so why not here
This commit is contained in:
parent
158d54de13
commit
2ea7db0f91
1 changed files with 5 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue