have .scroll be 0 by default
This commit is contained in:
parent
a32a5b89fd
commit
e75de4ba49
|
|
@ -1014,7 +1014,7 @@ void PollInputEvents(void)
|
||||||
{
|
{
|
||||||
CORE.Input.Mouse.currentWheelMove.y = event->scroll;
|
CORE.Input.Mouse.currentWheelMove.y = event->scroll;
|
||||||
break;
|
break;
|
||||||
}
|
} else CORE.Input.Mouse.currentWheelMove.y = 0;
|
||||||
|
|
||||||
int btn = event->button;
|
int btn = event->button;
|
||||||
if (btn == RGFW_mouseLeft) btn = 1;
|
if (btn == RGFW_mouseLeft) btn = 1;
|
||||||
|
|
@ -1032,7 +1032,7 @@ void PollInputEvents(void)
|
||||||
{
|
{
|
||||||
CORE.Input.Mouse.currentWheelMove.y = event->scroll;
|
CORE.Input.Mouse.currentWheelMove.y = event->scroll;
|
||||||
break;
|
break;
|
||||||
}
|
} else CORE.Input.Mouse.currentWheelMove.y = 0;
|
||||||
|
|
||||||
int btn = event->button;
|
int btn = event->button;
|
||||||
if (btn == RGFW_mouseLeft) btn = 1;
|
if (btn == RGFW_mouseLeft) btn = 1;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user