The Wayback Machine - https://web.archive.org/web/20220508202707/https://github.com/topics/kotlin-extensions
Skip to content
#

kotlin-extensions

Here are 273 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,

actors good first issue
kotlin-mvvm-hilt-flow-app

Kotlin first app using Clean Architecture with MVVM pattern along with Android Architecture Components such as LiveData, ViewModel, Navigation and idiomatic Kotlin using extension functions, type-aliases, Coroutines and Dependency Injection using Hilt
  • Updated Mar 29, 2021
  • Kotlin

Improve this page

Add a description, image, and links to the kotlin-extensions 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 kotlin-extensions topic, visit your repo's landing page and select "manage topics."

Learn more