mirror of
https://github.com/glfw/glfw.git
synced 2025-10-05 06:06:36 +00:00
Merge 403c628e62
into 8dab9f6ab1
This commit is contained in:
commit
9ffc66805c
@ -132,7 +132,7 @@ static void pointerHandleAxis(void* data,
|
|||||||
{
|
{
|
||||||
_GLFWwindow* window = _glfw.wl.pointerFocus;
|
_GLFWwindow* window = _glfw.wl.pointerFocus;
|
||||||
double scrollFactor;
|
double scrollFactor;
|
||||||
double x, y;
|
double x = 0.0, y = 0.0;
|
||||||
|
|
||||||
if (!window)
|
if (!window)
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user