Files
gio/widget
Elias Naur ffb26b0e17 io/pointer: rename button names to reflect their meaning, not placement
For example, ButtonLeft may be the right-most button for a left-handed user.
Rename the button names to match their intended use.

This is an API change. Use the following commands to update your
projects:

    $ gofmt -r 'pointer.ButtonLeft -> pointer.ButtonPrimary' -w .
    $ gofmt -r 'pointer.ButtonRight -> pointer.ButtonSecondary' -w .
    $ gofmt -r 'pointer.ButtonMiddle -> pointer.ButtonTertiary' -w .

Signed-off-by: Elias Naur <mail@eliasnaur.com>
2021-03-03 11:08:41 +01:00
..
2021-01-18 10:56:52 +01:00
2021-02-04 11:10:20 +01:00
2019-11-06 10:57:17 +01:00
2021-01-24 11:06:55 -05:00
2021-01-11 14:32:28 +01:00
2021-01-11 14:32:28 +01:00
2021-02-28 10:19:49 +01:00
2021-02-28 10:19:49 +01:00