InputDeviceData

expect class InputDeviceData

Contains data for the input device.

actual class InputDeviceData
actual class InputDeviceData

Types

Companion
Link copied to clipboard
object Companion
object Companion

Properties

Link copied to clipboard
expect var btnId: UInt

Button identifier.

actual var btnId: UInt
actual var btnId: UInt
Link copied to clipboard
expect var continueReading: Boolean

Whether to continue reading the input device.

actual var continueReading: Boolean
actual var continueReading: Boolean
Link copied to clipboard
expect var encodeDiff: Short

Encode difference.

actual var encodeDiff: Short
actual var encodeDiff: Short
Link copied to clipboard
expect var key: UInt

Key.

actual var key: UInt
actual var key: UInt
Link copied to clipboard
val lvIndevDataPtr: CPointer<lv_indev_data_t>?
Link copied to clipboard
val lvIndevDataPtr: CPointer<lv_indev_data_t>?
Link copied to clipboard
expect var state: UInt

The input device state.

actual var state: UInt
actual var state: UInt