Skip to content

Commit

Permalink
Removed TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Jan 4, 2025
1 parent a8ce5db commit 11cc019
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ui/src/main/scala/roguelikestarterkit/ui/window/Window.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ import roguelikestarterkit.ui.datatypes.Coords
import roguelikestarterkit.ui.datatypes.Dimensions
import roguelikestarterkit.ui.datatypes.UIContext

/*
High priority:
- Possible to disable the rest of the UI while holding down on a button? What is ctx.isActive again?
*/

final case class Window[A, ReferenceData](
id: WindowId,
snapGrid: Size,
Expand Down

0 comments on commit 11cc019

Please sign in to comment.