issues
search
kool-engine
/
kool
An OpenGL / WebGPU engine for Desktop JVM, Android and Javascript written in Kotlin
https://fabmax.github.io/kool/kool-js
Apache License 2.0
306
stars
20
forks
source link
Allow null in remember and make sure item index is never negative
#44
Closed
B4rtware
closed
1 year ago
B4rtware
commented
1 year ago
Ensures that the item index in the LazyList is never negative
Adds an additional
remember
override to allow specifying an on change event
Allows the use of null values as initial values and types in
remember
remember
override to allow specifying an on change eventremember