mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-04 09:06:23 +02:00
Remove MouseManager.Poll() call from WindowManager.Update()
This commit is contained in:
@@ -34,8 +34,6 @@ public static class WindowManager
|
||||
/// </summary>
|
||||
public static void Update()
|
||||
{
|
||||
MouseManager.Poll();
|
||||
|
||||
Point pointerPosition = new(MouseManager.X, MouseManager.Y);
|
||||
bool leftButtonDown = MouseManager.LeftButton;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user