glui.hover_button

Members

Aliases

frameHoverButton
alias frameHoverButton = simpleConstructor!(GluiHoverButton!GluiFrame)
Undocumented in source.
hoverButton
alias hoverButton = simpleConstructor!(GluiHoverButton!GluiLabel)
Undocumented in source.

Classes

GluiHoverButton
class GluiHoverButton(T : GluiNode = GluiLabel)

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.

Meta