create Display
expect fun createDisplay(enableDblBuffer: Boolean): Triple<DisplayDrawBuffer, DisplayDriver, Display>
Content copied to clipboard
Creates a display (includes the display buffer and driver) for output via the SDL 2 backend.
Return
A Triple the contains the following:
Display buffer
Display driver
Display
Parameters
enable Dbl Buffer
If true then double buffering is used.
actual fun createDisplay(enableDblBuffer: Boolean): Triple<DisplayDrawBuffer, DisplayDriver, Display>
Content copied to clipboard