mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 13:04:35 +00:00
Wayland: Remove unreachable code
This platform function is only called if the cursor is enabled.
(cherry picked from commit 3a5c726d1b
)
This commit is contained in:
parent
0ee9b7281b
commit
3670cd0561
@ -2294,13 +2294,6 @@ void _glfwPlatformGetCursorPos(_GLFWwindow* window, double* xpos, double* ypos)
|
|||||||
|
|
||||||
void _glfwPlatformSetCursorPos(_GLFWwindow* window, double x, double y)
|
void _glfwPlatformSetCursorPos(_GLFWwindow* window, double x, double y)
|
||||||
{
|
{
|
||||||
if (window->wl.lockedPointer)
|
|
||||||
{
|
|
||||||
zwp_locked_pointer_v1_set_cursor_position_hint(
|
|
||||||
window->wl.lockedPointer,
|
|
||||||
wl_fixed_from_double(x),
|
|
||||||
wl_fixed_from_double(y));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void _glfwPlatformSetCursorMode(_GLFWwindow* window, int mode)
|
void _glfwPlatformSetCursorMode(_GLFWwindow* window, int mode)
|
||||||
|
Loading…
Reference in New Issue
Block a user