hoverPressed

    The state of buttons are both hovered and pressed.

    BaseButton.swift:31
    case hoverPressed

    Other cases

    • case normal

      The normal state (i.e. not pressed, not hovered, not toggled and enabled) of buttons.

    • case pressed

      The state of buttons are pressed.

    • case hover

      The state of buttons are hovered.

    • case disabled

      The state of buttons are disabled.