mirror of
https://github.com/gwm17/glfw.git
synced 2025-01-30 19:08:51 -05: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