gdk-2.0 Reference Manual

Synopsis

public class EventKey {
    public    EventType                 type ;
    public    weak Window               window ;
    public    char                      send_event ;
    public    uint                      time ;
    public    uint                      state ;
    public    uint                      keyval ;
    public    int                       length ;
    public    weak string               str ;
    public    ushort                    hardware_keycode ;
    public    uchar                     group ;
    public    uint                      is_modifier ;
}

EventKey Description

Details

Constructor Details

Field Details

type
    public    EventType                 type ;		

window
    public    weak Window               window ;		

send_event
    public    char                      send_event ;		

time
    public    uint                      time ;		

state
    public    uint                      state ;		

keyval
    public    uint                      keyval ;		

length
    public    int                       length ;		

str
    public    weak string               str ;		

hardware_keycode
    public    ushort                    hardware_keycode ;		

group
    public    uchar                     group ;		

is_modifier
    public    uint                      is_modifier ;		

Signal Details

Property Details

Method Details


Created by Valadoc