Package io. gitlab. embedSoft. lvglKt. drivers. input
Types
Link copied to clipboard
Represents an input device (Mouse, Touchscreen etc).
Link copied to clipboard
Contains data for the input device.
Link copied to clipboard
Represents an input device driver, which could be a Touchscreen, Mouse etc.
Functions
Link copied to clipboard
expect fun setupMouse(cursorImg: String): Pair<InputDeviceDriver, InputDevice>
Content copied to clipboard
Sets up the Mouse to be used as an input device.
actual fun setupMouse(cursorImg: String): Pair<InputDeviceDriver, InputDevice>
Content copied to clipboard
actual fun setupMouse(cursorImg: String): Pair<InputDeviceDriver, InputDevice>
Content copied to clipboard
Link copied to clipboard
Sets up the Touch Screen as an input device.
to Input Device
Link copied to clipboard
to Input Device Data
Link copied to clipboard
to Input Device Driver
Link copied to clipboard