mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
Update MouseManager.cs
This commit is contained in:
parent
c1b34ed15a
commit
8b694f7d22
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ namespace Cosmos.System
|
|||
/// <summary>
|
||||
/// The Point of the mouse.
|
||||
/// </summary>
|
||||
public static Point getPoint() {return new Point((int)MouseManager.X, (int)MouseManager.Y);}
|
||||
public static Point GetPoint() {return new Point((int)MouseManager.X, (int)MouseManager.Y);}
|
||||
|
||||
/// <summary>
|
||||
/// The state the mouse is currently in.
|
||||
|
|
|
|||
Loading…
Reference in a new issue