LvglEvent

expect class LvglEvent

Provides meta data for a LVGL event.

actual class LvglEvent
actual class LvglEvent

Types

Companion
Link copied to clipboard
object Companion
object Companion

Functions

Link copied to clipboard
expect fun setExternalDrawSize(size: Short)

Changes the external draw size.

actual fun setExternalDrawSize(size: Short)
actual fun setExternalDrawSize(size: Short)

Properties

Link copied to clipboard
expect val code: LvglEventType

The event code (eg LvglEventType.CLICKED).

actual val code: LvglEventType
actual val code: LvglEventType
Link copied to clipboard
expect val coverArea: Area

The cover area.

actual val coverArea: Area
actual val coverArea: Area
Link copied to clipboard

The object that the event was originally sent to.

Link copied to clipboard
expect val key: UInt

The keyboard key code.

actual val key: UInt
actual val key: UInt
lvEventPtr
Link copied to clipboard
val lvEventPtr: CPointer<lv_event_t>?
val lvEventPtr: CPointer<lv_event_t>?
Link copied to clipboard
expect val oldSize: Area

The previous size.

actual val oldSize: Area
actual val oldSize: Area
Link copied to clipboard

The scroll animation.

Link copied to clipboard
expect val selfSizeInfo: Point

The self size information.

actual val selfSizeInfo: Point
actual val selfSizeInfo: Point
Link copied to clipboard

The object that the event is sent to.

Extensions