-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
A-UIGraphical user interfaces, styles, layouts, and widgetsGraphical user interfaces, styles, layouts, and widgetsC-FeatureA new feature, making something new possibleA new feature, making something new possible
Description
What problem does this solve or what need does it fill?
Allowing right clicking on buttons would allow for unique behaviors on buttons depending on the type of click.
What solution would you like?
Instead of Clicked being a type of an enum, clicked itself uses the MouseButton enum so that a click can be left, right, middle, or otehr
What alternative(s) have you considered?
Having a RightClicked type, though it feels like code bloat since MouseButton exists.
Additional context
Any other information you would like to add such as related previous work,
screenshots, benchmarks, etc.
rmsthebest
Metadata
Metadata
Assignees
Labels
A-UIGraphical user interfaces, styles, layouts, and widgetsGraphical user interfaces, styles, layouts, and widgetsC-FeatureA new feature, making something new possibleA new feature, making something new possible