Package-level declarations

Types

Link copied to clipboard
data class BrowserAccelerationFlags(val isSupported: Boolean, val isBeta: Boolean)

Determines if acceleration is supported on the current system. Is In Beta is a flag to prevent it from being used by default on a supported but not tested system.

Link copied to clipboard
interface BrowserBackend

The browser interface which is used to create tabs and manage the browser backend. Due to different possible browser backends, this interface is used to abstract the browser backend.

Link copied to clipboard
Link copied to clipboard
data class BrowserTexture(val textureSetup: TextureSetup, val width: Int, val height: Int, val bgra: Boolean) : Record

Represents a texture used by the browser.