sdl Reference Manual

Synopsis

public struct JoyHatEvent {
    public    uchar                     type ;
    public    uchar                     which ;
    public    uchar                     hat ;
    public    uchar                     value ;
}

Description

Details

Constructor Details

Field Details

type
    public    uchar                     type ;		

which
    public    uchar                     which ;		

hat
    public    uchar                     hat ;		

value
    public    uchar                     value ;		

Method Details


Created by Valadoc