This repository was archived by the owner on May 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Custom buttons
ChickenStorm edited this page Aug 23, 2020
·
1 revision
Under gui there is multiple button class that implement custom shapes
This class is meant as a abstract class. Every point of the screen is outside the button. Extends this class to implement your shape.
The name does not explain well the usage of this button : It define a button that is of an arc of Ellipse. The area in editor of this node is the bounding box of the ellpise. However only the elliptical can catch mouse events.