SuggestionWindow

class SuggestionWindow(suggestions: List<Suggestion>, x: Int, y: Int, w: Int, h: Int, up: Boolean, applier: Consumer<String>, closer: Consumer<SuggestionWindow>)

Constructors

Link copied to clipboard
constructor(suggestions: List<Suggestion>, x: Int, y: Int, w: Int, h: Int, up: Boolean, applier: Consumer<String>, closer: Consumer<SuggestionWindow>)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun isMouseOver(mouseX: Int, mouseY: Int): Boolean
Link copied to clipboard
fun keyPressed(keyCode: Int, scanCode: Int, modifiers: Int): Boolean
Link copied to clipboard
fun mouseClicked(mouseX: Int, mouseY: Int, button: Int): Boolean
Link copied to clipboard
fun mouseScrolled(mouseX: Int, mouseY: Int, amount: Double): Boolean
Link copied to clipboard
fun render(context: DrawContext, mouseX: Int, mouseY: Int, delta: Float)