public struct KeyboardEvent {
public uchar type ;
public uchar which ;
public uchar state ;
public Key keysym ;
}
public uchar type ;
public uchar which ;
public uchar state ;
public Key keysym ;
Created by Valadoc