Package io.gitlab.embedSoft.lvglKt.sdl2

Types

Link copied to clipboard
expect object Sdl2

Covers all functionality with the SDL 2 display backend.

actual object Sdl2

Functions

Link copied to clipboard
expect fun initKeyboard()

Initializes the Keyboard input device.

actual fun initKeyboard()
Link copied to clipboard
expect fun initMonitor()

Initializes the Monitor output device.

actual fun initMonitor()
Link copied to clipboard
expect fun initMouse()

Initializes the Mouse input device.

actual fun initMouse()
Link copied to clipboard
expect fun initMouseWheel()

Initializes the wheel on the Mouse.

actual fun initMouseWheel()
Link copied to clipboard
expect fun setupKeyboard(): Pair<InputDeviceDriver, InputDevice>

Sets up the Keyboard as an input device.

actual fun setupKeyboard(): Pair<InputDeviceDriver, InputDevice>
Link copied to clipboard
expect fun setupMouseWheel(): Pair<InputDeviceDriver, InputDevice>

Sets up the Mouse Wheel as an input device.

actual fun setupMouseWheel(): Pair<InputDeviceDriver, InputDevice>