mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Fixed typo
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user