mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
4898e1a691
An earlier change unexported the Button.Update method that exposed raw pointer input not available from the boolean Button.Clicked method. Introduce Click and Button.Clicks to replace it, and implement Clicked in terms of it. Signed-off-by: Elias Naur <mail@eliasnaur.com>