mirror of
https://github.com/glfw/glfw.git
synced 2025-04-10 15:24:08 +00:00
Fixed input deactivation.
This commit is contained in:
parent
6ab8cd62d5
commit
aa169a4f72
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@
|
|||
if (window == _glfwLibrary.activeWindow)
|
||||
_glfwLibrary.activeWindow = NULL;
|
||||
|
||||
_glfwClearInput(window);
|
||||
_glfwInputDeactivation(window);
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Reference in a new issue