Package-level declarations

Types

Link copied to clipboard

Browser interface for web content rendering and interaction

Link copied to clipboard

Renders the browser tab on the screen.

Link copied to clipboard
open class BrowserSettings(fpsLimit: Int = 0, update: Runnable) : ValueGroup
Link copied to clipboard
sealed class BrowserState
Link copied to clipboard
data class BrowserViewport(val x: Int, val y: Int, val width: Int, val height: Int, val fullScreen: Boolean = false)

Represents a browser viewport with position, dimensions and rendering quality utilities

Link copied to clipboard
class IntegrationBrowserSettings(fpsLimit: Int = 0, update: Runnable) : BrowserSettings