Browser

Browser interface for web content rendering and interaction

Inheritors

Properties

Link copied to clipboard
abstract val isInitialized: Boolean
Link copied to clipboard
abstract var priority: Short
Link copied to clipboard
abstract val state: BrowserState
Link copied to clipboard
abstract val texture: BrowserTexture?

Current browser texture for rendering

Link copied to clipboard
abstract var url: String

Current URL of the browser

Link copied to clipboard
Link copied to clipboard
abstract var visible: Boolean

Functions

Link copied to clipboard
abstract fun close()
Link copied to clipboard
abstract fun forceReload()

Reloads the page ignoring cache

Link copied to clipboard
abstract fun goBack()

Navigate back in history

Link copied to clipboard
abstract fun goForward()

Navigate forward in history

Link copied to clipboard
abstract fun invalidate()

Invalidates the browser texture, forcing a redraw

Link copied to clipboard
abstract fun reload()

Reloads the current page

Link copied to clipboard
abstract override fun toString(): String

String representation of the Browser Instance

Link copied to clipboard
abstract fun update(width: Int = viewport.width, height: Int = viewport.height)

Updates browser dimensions and properties