-
Updated
Jan 9, 2022 - Kotlin
kotlin-library
Here are 1,124 public repositories matching this topic...
-
Updated
Jan 9, 2022 - Kotlin
-
Updated
Oct 14, 2021 - Kotlin
-
Updated
Jan 8, 2022 - Kotlin
-
Updated
Jan 8, 2022 - Kotlin
-
Updated
Sep 30, 2021 - Kotlin
-
Updated
Jan 5, 2022 - Kotlin
-
Updated
Jan 9, 2022
-
Updated
May 20, 2020 - Kotlin
-
Updated
Jan 7, 2022 - Kotlin
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,
-
Updated
Sep 22, 2021 - Kotlin
-
Updated
Dec 15, 2021 - Kotlin
-
Updated
May 25, 2021 - Kotlin
-
Updated
Oct 19, 2021 - Kotlin
-
Updated
Nov 25, 2021 - Kotlin
-
Updated
Aug 16, 2018 - Kotlin
-
Updated
Feb 14, 2021 - Kotlin
When I scroll to China and while I am inside China's box, it shows a lot of different numbers of population when there should only be one number referring to China's population.
Screen Recording:
(URL : https://www.dropbox.com/s/bsty0kfhu9l8qrr/20210111_133818~2.mp4?dl=0)
This issue in depicted in the video from 0:09 to the end.
Sorry for the multiple issue creations. At first I wrote this
-
Updated
Dec 26, 2021 - Kotlin
-
Updated
Jan 8, 2022 - Kotlin
-
Updated
Nov 22, 2021 - Kotlin
-
Updated
Oct 23, 2020 - Kotlin
-
Updated
Dec 31, 2021 - Kotlin
-
Updated
Nov 19, 2021 - Kotlin
-
Updated
Dec 27, 2021 - Kotlin
-
Updated
Feb 7, 2019 - Kotlin
-
Updated
Jul 14, 2018 - Kotlin
-
Updated
Aug 25, 2017 - Kotlin
Improve this page
Add a description, image, and links to the kotlin-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kotlin-library topic, visit your repo's landing page and select "manage topics."
Add
focusRectSizeFactorparameter for rectangle focus shape (likefocusCircleRadiusFactorfor circular). Default value should be 1.