0
나는 glfw에서 마우스에 약간의 문제가 있습니다. Windows 및 Ubuntu + Gnome3에서 작동하지만 Ubuntu + Unity에서 작동하지 않습니다.GLFW 마우스가 Ubuntu + Unity에서 작동하지 않습니다.
glfwDisable(GLFW_MOUSE_CURSOR);
int xpos, ypos;
int w,h;
glfwGetMousePos(&xpos, &ypos); // im calculating rot of camera with these values
glfwGetWindowSize(&w,&h); // set mouse
glfwSetMousePos(w/2, h/2); // to center of window.
그리고 그것은 단지 나던 작품,하지만 난 glfwEnable (GLFW_MOUSE_CURSOR)를 설정할 때, 내 마우스 코드 (메신저 내 게임에 카메라를 회전에 사용) 작동하지만 마우스가 보이면/어떻게해야합니까?