gtk-rs / gtk3-rs

Rust bindings for GTK 3
https://gtk-rs.org
MIT License
508 stars 90 forks source link

Implement Copy for gdk::Key #810

Closed epilys closed 1 year ago

epilys commented 1 year ago

gdk::Key wraps a u32 value, which is Copy.

GuillaumeGomez commented 1 year ago

Thanks!