MouseClickResult

Applies a click action from provided inputs and returns a ClickResult. Used to perform an action in a Popup besides actions laid-out widgets may trigger, such as a special action if a click misses the popup.

Author

fzzyhmstrs

Since

0.6.0

Functions

Link copied to clipboard
abstract fun onClick(mouseX: Double, mouseY: Double, isMouseOver: Boolean, button: Int): PopupWidget.ClickResult

Apply a click and return a result.