Fixed typo

This commit is contained in:
Simon Lübeß
2021-09-19 17:35:53 +02:00
parent 90284739c0
commit 22a4bc355e
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ namespace GlitchyEngine
public static extern int32 GetLastMouseY();
public static extern bool IsMouseButtonPressing(MouseButton button);
public static extern bool IsMouseButtonReleasiong(MouseButton button);
public static extern bool IsMouseButtonReleasing(MouseButton button);
public static extern Point GetMouseMovement();
public static extern void NewFrame();