-
-
Notifications
You must be signed in to change notification settings - Fork 501
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Describe the bug
onClientMinimize event isn't triggered if window mode is enabled.
To reproduce
Set window mode to on
addEventHandler('onClientMinimize', root, function()
print('minimized')
end)it's only working on fullscreen, without diffrence if game is minimized by ALT + TAB or by click outside the window.
Expected behaviour
onClientMinimize should also triggered on window mode
Screenshots
Version
1.5.6
Additional context
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working