sdl Reference Manual

Synopsis

public struct JoyBallEvent {
    public    uchar                     type ;
    public    uchar                     which ;
    public    uchar                     ball ;
    public    int16                     xrel ;
    public    int16                     yrel ;
}

Description

Details

Constructor Details

Field Details

type
    public    uchar                     type ;		

which
    public    uchar                     which ;		

ball
    public    uchar                     ball ;		

xrel
    public    int16                     xrel ;		

yrel
    public    int16                     yrel ;		

Method Details


Created by Valadoc