InputDevice

expect class InputDevice

Represents an input device (Mouse, Touchscreen etc).

actual class InputDevice
actual class InputDevice

Types

Companion
Link copied to clipboard
object Companion
object Companion

Functions

Link copied to clipboard
expect fun setCursor(cursor: LvglObjectBase?)

Changes the cursor used by the input device.

actual fun setCursor(cursor: LvglObjectBase?)
actual fun setCursor(cursor: LvglObjectBase?)

Properties

Link copied to clipboard
val lvIndevPtr: CPointer<lv_indev_t>?
Link copied to clipboard
val lvIndevPtr: CPointer<lv_indev_t>?