remove line that shows the cursor for no reason
This commit is contained in:
parent
51d0fbc1f5
commit
8f101b72f6
|
|
@ -894,8 +894,6 @@ void PollInputEvents(void)
|
|||
|
||||
CORE.Input.Mouse.currentPosition.x = (event->point.x - (platform.window->r.w / 2)) * 2;
|
||||
CORE.Input.Mouse.currentPosition.y = (event->point.y - (platform.window->r.h / 2)) * 2;
|
||||
|
||||
RGFW_window_showMouse(platform.window, 1);
|
||||
}
|
||||
else {
|
||||
CORE.Input.Mouse.previousPosition = CORE.Input.Mouse.currentPosition;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user