setupMouse

expect fun setupMouse(cursorImg: String): Pair<InputDeviceDriver, InputDevice>

Sets up the Mouse to be used as an input device.

Return

A Pair that contains the following:

  1. Input device driver

  2. Input device that represents the Mouse.

Parameters

cursorImg

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>
actual fun setupMouse(cursorImg: String): Pair<InputDeviceDriver, InputDevice>