clear dragTarget when window appears

This commit is contained in:
2022-08-20 17:16:10 +00:00
parent ab9e47e271
commit fe1c231802
2 changed files with 10 additions and 2 deletions

View File

@@ -83,4 +83,6 @@
(method &override update [:Float elapsed]
(super.update elapsed)
(when (= (last windowStack) this)
(keyHandler.update)))
(keyHandler.update)
// TODO handle mouse input
))