Skip to content

KTX 1.9.4-b2

Pre-release
Pre-release
Compare
Choose a tag to compare
@czyzby czyzby released this 29 Oct 10:57
· 1025 commits to master since this release

The first release that contains ktx-app module - ApplicationListener implementation utilities.


Change log:

  • [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 was added as an ApplicationAdapter.
    • 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.