create Display Driver
expect fun createDisplayDriver(drawBuf: DisplayDrawBuffer, init: DisplayDriver.() -> Unit): DisplayDriver
Content copied to clipboard
Creates the display driver that uses the SDL 2 display backend.
Return
The new DisplayDriver.
Parameters
draw Buf
The draw buffer to use.
init
The lambda that initializes the object.
actual fun createDisplayDriver(drawBuf: DisplayDrawBuffer, init: DisplayDriver.() -> Unit): DisplayDriver
Content copied to clipboard