From 8b694f7d2236e9fcae287c028e438900ccefc2f8 Mon Sep 17 00:00:00 2001 From: zarlo Date: Sat, 15 Jun 2019 01:07:20 +1000 Subject: [PATCH] Update MouseManager.cs --- source/Cosmos.System2/MouseManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Cosmos.System2/MouseManager.cs b/source/Cosmos.System2/MouseManager.cs index ab766fdba..fffd1ea1d 100644 --- a/source/Cosmos.System2/MouseManager.cs +++ b/source/Cosmos.System2/MouseManager.cs @@ -54,7 +54,7 @@ namespace Cosmos.System /// /// The Point of the mouse. /// - 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);} /// /// The state the mouse is currently in.