Package-level declarations

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 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>