mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 13:04:35 +00:00
Wayland: Update serial on button callback
The serial needs to be update for starting operations like moving and resizing a window. Closes #992.
This commit is contained in:
parent
9457cf33d1
commit
4884232360
@ -109,6 +109,8 @@ static void pointerHandleButton(void* data,
|
|||||||
if (!window)
|
if (!window)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
_glfw.wl.pointerSerial = serial;
|
||||||
|
|
||||||
/* Makes left, right and middle 0, 1 and 2. Overall order follows evdev
|
/* Makes left, right and middle 0, 1 and 2. Overall order follows evdev
|
||||||
* codes. */
|
* codes. */
|
||||||
glfwButton = button - BTN_LEFT;
|
glfwButton = button - BTN_LEFT;
|
||||||
|
Loading…
Reference in New Issue
Block a user