setup Mouse
expect fun setupMouse(cursorImg: String): Pair<InputDeviceDriver, InputDevice>
Content copied to clipboard
Sets up the Mouse to be used as an input device.
Return
A Pair that contains the following:
Input device driver
Input device that represents the Mouse.
Parameters
cursor Img
The path to the image file, or symbol (eg LV_SYMBOL_GPS) to be used as the Mouse cursor.
actual fun setupMouse(cursorImg: String): Pair<InputDeviceDriver, InputDevice>
Content copied to clipboard
actual fun setupMouse(cursorImg: String): Pair<InputDeviceDriver, InputDevice>
Content copied to clipboard