Small request: Button::getTriggeredOnMouseDown()

Any chance to get that added in Button ?

    /** Returns whether the button click happens when the mouse is pressed or released.

        @see setTriggeredOnMouseDown
     */
    bool getTriggeredOnMouseDown() const noexcept
    {
        return triggerOnMouseDown;
    }

I’ve added this to the develop branch.

1 Like