mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +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>
|
/// <summary>
|
||||||
/// The Point of the mouse.
|
/// The Point of the mouse.
|
||||||
/// </summary>
|
/// </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>
|
/// <summary>
|
||||||
/// The state the mouse is currently in.
|
/// The state the mouse is currently in.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue