Ryujinx-GtkSharp/gdk/EventKey.custom
Charles Iliya Krempeaux a4d3692c04 2003-04-16 Charles Iliya Krempeaux <charles@reptile.ca>
* gdk/EventKey.custom : Created it so that there
          is a "Key" property that returns a Gdk.Key.

svn path=/trunk/gtk-sharp/; revision=13848
2003-04-21 15:31:08 +00:00

16 lines
274 B
Plaintext

//
// gdk/EventKey.custom
//
// Author: Charles Iliya Krempeaux <charles@reptile.ca>
//
// Copyright (C) 2003 Reptile Consulting & Services Ltd.
// Copyright (C) 2003 Charles Iliya Krempeaux.
//
public Gdk.Key Key {
get {
return (Gdk.Key) this.keyval;
}
}