commonMain.io.nacular.doodle.utils.Direction.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
A pure Kotlin, UI framework for the Web and Desktop
The newest version!
package io.nacular.doodle.utils
public enum class Direction {
North,
South,
East,
West
}
public enum class RotationDirection {
Clockwise,
CounterClockwise
}
public enum class TemporalDirection {
Forward,
Backward
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy