ClickResult

A result of a click action.

Author

fzzyhmstrs

Since

0.6.0

Entries

Link copied to clipboard

Indicates that the action is "passing" the click to the screen underneath rather than using it on the popup. This should typically not be returned if isMouseOver is true in MouseClickResult.onClick

Link copied to clipboard

Indicates that the action has been "consumed" by the click, the screen will do nothing. The default return

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.