KTX 1.9.4-b2
Pre-release
Pre-release
The first release that contains ktx-app
module - ApplicationListener
implementation utilities.
Change log:
- [FEATURE] (
ktx-actors
) AddedActor.onKeyUp
andActor.onKeyDown
extension methods that attach
EventListener
implementations listening toInputEvent
instances. - [FEATURE] (
ktx-app
) Implementedktx-app
module.KotlinApplication
was added as anApplicationAdapter
.clearScreen
utility function allows to easily clear the application screen.LetterboxingViewport
is aViewport
implementation that combinesScreenViewport
andFitViewport
behaviors.
- [FEATURE] (
ktx-vis
) AddedListViewStyle
support toListView
factory methods. - [FEATURE] (
ktx-vis
) Added top leveltab()
method. - [FEATURE] (
ktx-vis-style
) AddedListViewStyle
factory method:listView
. - [FIX] (
ktx-scene2d
) Added missingTextButton
factory methods.