Ryujinx-GtkSharp/gdk/EventKey.custom

16 lines
274 B
Plaintext
Raw Normal View History

//
// 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;
}
}