Composables UI is out: our new component library for Compose Multiplatform ->
Class

PointerId

An ID for a given pointer.

Source set: Common
value class PointerId(val value: Long)

An ID for a given pointer.

Parameters

value The actual value of the id.

Last updated: