DemoApplication

class DemoApplication(val surface: Surface, val demo: AbstractDemo) : SurfaceListener

Constructors

Link copied to clipboard
constructor(surface: Surface, demo: AbstractDemo)

Properties

Link copied to clipboard
Link copied to clipboard
val surface: Surface

Functions

Link copied to clipboard
open override fun dispose()
Link copied to clipboard
open override fun input(event: InputEvent)
Link copied to clipboard
open override fun nextFrame(tick: Duration)