mirror of
https://github.com/glfw/glfw.git
synced 2025-04-05 13:35:07 +00:00
Wayland: Add error for unsupported feature
This commit is contained in:
parent
3a5c726d1b
commit
3a60992a41
1 changed files with 2 additions and 0 deletions
|
@ -2252,6 +2252,8 @@ 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");
|
||||
}
|
||||
|
||||
void _glfwSetCursorModeWayland(_GLFWwindow* window, int mode)
|
||||
|
|
Loading…
Add table
Reference in a new issue