GluiHoverButton

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!

@safe
class GluiHoverButton : GluiButton!T(
T
) {}

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

Mixins

__anonymous
mixin DefineStyles
Undocumented in source.

Mixed In Members

From mixin DefineStyles

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

Meta