net.peanuuutz.fork.ui.preset.TrackThumbInteractions.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fork-ui Show documentation
Show all versions of fork-ui Show documentation
Comprehensive API designed for Minecraft modders
The newest version!
package net.peanuuutz.fork.ui.preset
import androidx.compose.runtime.Immutable
@Immutable
enum class TrackThumbInteractions {
Track,
Thumb
}