sdl Reference Manual

Synopsis

public struct ResizeEvent {
    public    uchar                     type ;
    public    int                       w ;
    public    int                       h ;
}

Description

Details

Constructor Details

Field Details

type
    public    uchar                     type ;		

w
    public    int                       w ;		

h
    public    int                       h ;		

Method Details


Created by Valadoc