HoverButtonImpl

An button that triggers every frame as long as the button is hovered. Useful for advanced buttons which react to more than just left button click.

Note, this is a somewhat low-level node and the hover event, as stated, triggers every frame. There are no hover entry nor hover leave events. Make sure you know what you're doing when using this node!

Constructors

this
this(T sup)

Create a new hover button.

Members

Functions

keyboardImpl
bool keyboardImpl()
Undocumented in source. Be warned that the author may not have intended to support it.
mouseImpl
void mouseImpl()

Check events

press
void press()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin enableInputActions
Undocumented in source.

Meta