fix cursor handling?

This commit is contained in:
2024-10-20 11:20:40 -05:00
parent 0806efc3ac
commit 436c2677dd
5 changed files with 11 additions and 11 deletions

View File

@@ -463,7 +463,7 @@
(set outCamera.y outCameraPos.y)))
// Always hide mouse cursor while movie running:
(set FlxG.mouse.visible paused)
(set FlxG.mouse.visible (or paused !running))
(.update (cast (director.shortcutHandler) kiss_flixel.FlxKeyShortcutHandler<Dynamic>)))