Button pressed and released #198
cbradburne
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
There is an event for when a button is first pushed down, though it's not documented yet: UI_BUTTON_START_PRESS should do what you want. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be great if you could make the button pressed event actually "go" on the press and not the release. Also, great to have a "button released" event too.
I had to use PyGame button (not PyGame_GUI) to "fix" a couple of buttons... Not ideal.
Beta Was this translation helpful? Give feedback.
All reactions