mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Fixed input deactivation.
This commit is contained in:
parent
6ab8cd62d5
commit
aa169a4f72
@ -94,7 +94,7 @@
|
||||
if (window == _glfwLibrary.activeWindow)
|
||||
_glfwLibrary.activeWindow = NULL;
|
||||
|
||||
_glfwClearInput(window);
|
||||
_glfwInputDeactivation(window);
|
||||
}
|
||||
|
||||
@end
|
||||
|
Loading…
Reference in New Issue
Block a user