Skip to content
#

ktx

Here are 89 public repositories matching this topic...

ktx
v79
v79 commented May 27, 2020

I wanted to change the style of a label on mouse hover. onEnter worked fine:

label("Load Game").cell(row = true).apply {
	onEnter {
		style = skin["mainMenuHover",Label.LabelStyle::class.java]
	}
}

But there's no corresponding onExit function. I've written one now, but wondered if there was documentation around which scene2d stage elements have actions, and which do not,

glTFast

MoviesBox is an android application having followed most of the latest Android Architecture Components, RxAndroid, Dagger2, Retrofit, MVVM Architecture, Clean Architecture, Data Binding, View Binding

  • Updated Jun 9, 2020
  • Kotlin

Improve this page

Add a description, image, and links to the ktx topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ktx topic, visit your repo's landing page and select "manage topics."

Learn more