forked from joejulian/gio
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>