Package-level declarations

Types

Link copied to clipboard
expect class LvglEvent

Provides meta data for a LVGL event.

actual class LvglEvent
actual class LvglEvent
Link copied to clipboard

Represents a LVGL event callback.

actual class LvglEventCallback : Closable
actual class LvglEventCallback : Closable
Link copied to clipboard

The type of event being sent to the LVGL object.

Functions

Link copied to clipboard

Obtains the parameter passed through via LvglObjectBase.sendEvent as a String.

toLvglEvent
Link copied to clipboard
fun CPointer<lv_event_t>?.toLvglEvent(): LvglEvent
fun CPointer<lv_event_t>?.toLvglEvent(): LvglEvent
Link copied to clipboard

Converts a value to a LvglEventType.

Properties

Link copied to clipboard

A unique value for the LvglEventType.