GuiElement

abstract class GuiElement(source)

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun keyboardInput(event: KeyboardEvent): Boolean
Link copied to clipboard
abstract fun mouseInput(mouseX: Int, mouseY: Int, event: MouseEvent): Boolean
Link copied to clipboard
abstract fun render()