Skip to content
  • Camilla Löwy's avatar
    Move all cursor positioning to platform code · 797ee8d8
    Camilla Löwy authored
    Due to Wayland, shared code cannot rely on cursor positioning being
    supported by the underlying platform.
    
    This implicitly fixes #617 as it moves cursor centering into
    _glfwPlatformSetCursorMode, thus separating it from the stale value of
    _glfw.cursorWindow.
    
    Fixes #617.
    797ee8d8