sdl Reference Manual

Synopsis

public struct MouseMotionEvent {
    public    uchar                     type ;
    public    uchar                     which ;
    public    uchar                     state ;
    public    uint16                    x ;
    public    uint16                    y ;
    public    int16                     xrel ;
    public    int16                     yrel ;
}

Description

Details

Constructor Details

Field Details

type
    public    uchar                     type ;		

which
    public    uchar                     which ;		

state
    public    uchar                     state ;		

x
    public    uint16                    x ;		

y
    public    uint16                    y ;		

xrel
    public    int16                     xrel ;		

yrel
    public    int16                     yrel ;		

Method Details


Created by Valadoc