mirror of
https://github.com/glfw/glfw
synced 2026-09-27 00:28:42 +03:00
Wayland: Ignore cursor position errors from spamming the console
This commit is contained in:
parent
70caf79281
commit
7fb289808f
1 changed files with 3 additions and 2 deletions
|
|
@ -2832,8 +2832,9 @@ void _glfwGetCursorPosWayland(_GLFWwindow* window, double* xpos, double* ypos)
|
|||
|
||||
void _glfwSetCursorPosWayland(_GLFWwindow* window, double x, double y)
|
||||
{
|
||||
_glfwInputError(GLFW_FEATURE_UNAVAILABLE,
|
||||
"Wayland: The platform does not support setting the cursor position");
|
||||
// Ignore This Error from spamming
|
||||
//_glfwInputError(GLFW_FEATURE_UNAVAILABLE,
|
||||
// "Wayland: The platform does not support setting the cursor position");
|
||||
}
|
||||
|
||||
void _glfwSetCursorModeWayland(_GLFWwindow* window, int mode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue