Update MouseManager.cs

This commit is contained in:
zarlo 2019-06-15 01:07:20 +10:00 committed by GitHub
parent c1b34ed15a
commit 8b694f7d22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.