Re-implement Tooltips in FXGLDefaultMenu using same window for better cross-platform support #1019
Labels
codefest23-24
difficulty:medium
API design elements, need time to think through
help wanted
Contributions welcome / high PR acceptance rate
lang:kotlin-only
Solution should be in Kotlin
protected fun createContentAchievements(): MenuContent
function of interest.FXGL/fxgl/src/main/kotlin/com/almasb/fxgl/app/scene/FXGLDefaultMenu.kt
Lines 760 to 764 in 43a1a24
In short, we can't use
Tooltip
because its implementation uses an external Stage.First, a potential implementation of a tooltip UI object (that is drawn in the same Stage) should be discussed. Eventually, this may go to the UI factory service.
The text was updated successfully, but these errors were encountered: