This commit is contained in:
Aleksey Rybalkin 2015-02-22 04:52:51 +00:00
commit 061af9dac6

View File

@ -1054,6 +1054,9 @@ static void processEvent(XEvent *event)
case EnterNotify:
{
if (window->cursorMode == GLFW_CURSOR_HIDDEN)
hideCursor(window);
_glfwInputCursorEnter(window, GL_TRUE);
break;
}