Skip to content

Commit

Permalink
Release modifier keys when unregistering input
Browse files Browse the repository at this point in the history
  • Loading branch information
luboslenco committed Oct 30, 2020
1 parent 72451ad commit 59ff212
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/zui/Zui.hx
Expand Up @@ -251,6 +251,7 @@ class Zui {
#end
// kha.System.removeCutCopyPaste(onCut, onCopy, onPaste);
endInput();
isShiftDown = isCtrlDown = isAltDown = false;
inputX = inputY = 0;
inputRegistered = false;
}
Expand Down

0 comments on commit 59ff212

Please sign in to comment.