ktx v1.9.4-b2 Release Notes

    • [FEATURE] (ktx-actors) Added Actor.onKeyUp and Actor.onKeyDown extension methods that attach EventListener implementations listening to InputEvent instances.
    • [FEATURE] (ktx-app) Implemented ktx-app module.
      • KotlinApplication is an ApplicationAdapter equivalent with fixed rendering time step.
      • clearScreen utility function allows to easily clear the application screen.
      • LetterboxingViewport is a Viewport implementation that combines ScreenViewport and FitViewport behaviors.
    • [FEATURE] (ktx-vis) Added ListViewStyle support to ListView factory methods.
    • [FEATURE] (ktx-vis) Added top level tab() method.
    • [FEATURE] (ktx-vis-style) Added ListViewStyle factory method: listView.
    • [FIX] (ktx-scene2d) Added missing TextButton factory methods.