gtk-rs / gdk

DEPRECATED, use https://github.com/gtk-rs/gtk3-rs repository instead!

Home Page:http://gtk-rs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gdk::EventButton is missing a "get_button()" function

fuchsnj opened this issue · comments

You can do event.as_ref().button but a convenience method would be nice

I don't trust the docs saying the button range is 1-5, an enum likely isn't appropriate.

Seems this can be closed