I'm working with a game made with glfW and running in Ubuntu. My problem is that hiding the mouse cursor with the line
glfwDisable(GLFW_MOUSE_CURSOR);
causes some machines to simply disregard the mouse input, and thus breaks the game.
Has anyone faced this problem? If so, what was your workaround?