Companion

expect object Companion
actual object Companion
actual object Companion

Functions

Link copied to clipboard
expect fun create(): Point

Creates a new Point.

actual fun create(): Point
actual fun create(): Point
fromPointer
Link copied to clipboard
fun fromPointer(ptr: CPointer<lv_point_t>?): Point
fun fromPointer(ptr: CPointer<lv_point_t>?): Point