sdl Reference Manual

Synopsis

public class Screen : Surface  {
    public    static weak Screen        instance                  (  ) ;
    public    static weak Screen?       set_video_mode            ( int                 width,
                                                                    int                 height,
                                                                    int                 bpp,
                                                                    uint32              flags ) ;
    public    static int                check_video_mode          ( int                 width,
                                                                    int                 height,
                                                                    int                 bpp,
                                                                    uint32              flags ) ;
}

Screen Description

Details

Constructor Details

Field Details

Signal Details

Property Details

Method Details

instance ()
    public    static weak Screen        instance                  (  ) ;		

set_video_mode ()
    public    static weak Screen?       set_video_mode            ( int                 width,
                                                                    int                 height,
                                                                    int                 bpp,
                                                                    uint32              flags ) ;		

check_video_mode ()
    public    static int                check_video_mode          ( int                 width,
                                                                    int                 height,
                                                                    int                 bpp,
                                                                    uint32              flags ) ;		


Created by Valadoc