atk Reference Manual

Synopsis

public class KeyEventStruct {
    public    int                       type ;
    public    uint                      state ;
    public    uint                      keyval ;
    public    int                       length ;
    public    weak string               str ;
    public    ushort                    keycode ;
    public    uint                      timestamp ;
}

KeyEventStruct Description

Details

Constructor Details

Field Details

type
    public    int                       type ;		

state
    public    uint                      state ;		

keyval
    public    uint                      keyval ;		

length
    public    int                       length ;		

str
    public    weak string               str ;		

keycode
    public    ushort                    keycode ;		

timestamp
    public    uint                      timestamp ;		

Signal Details

Property Details

Method Details


Created by Valadoc