mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-12 00:15:37 +00:00
9 lines
169 B
Plaintext
9 lines
169 B
Plaintext
|
public Gdk.Key Key;
|
||
|
|
||
|
public AccelKey (Gdk.Key key, Gdk.ModifierType mods, Gtk.AccelFlags flags)
|
||
|
{
|
||
|
this.Key = key;
|
||
|
this.accel_mods = mods;
|
||
|
this.accel_flags = flags;
|
||
|
}
|