Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
SDL
SDL.VideoInfo

Class SDL.VideoInfo

Description

This (read-only) class is returned by SDL.get_video_info() . It contains information on either the 'best' available mode (if called before SDL.set_video_mode() ) or the current video mode.


Variable blit_hw_cc

int SDL.VideoInfo.blit_hw_cc

Description

Are hardware to hardware colorkey blits accelerated?


Variable blit_hw_a

int SDL.VideoInfo.blit_hw_a

Description

Are hardware to hardware alpha blits accelerated?


Variable blit_sw

int SDL.VideoInfo.blit_sw

Description

Are software to hardware blits accelerated?


Variable blit_sw_cc

int SDL.VideoInfo.blit_sw_cc

Description

Are software to hardware colorkey blits accelerated?


Variable blit_sw_a

int SDL.VideoInfo.blit_sw_a

Description

Are software to hardware alpha blits accelerated?


Variable blit_fill

int SDL.VideoInfo.blit_fill

Description

Are color fills accelerated?


Variable video_mem

int SDL.VideoInfo.video_mem

Description

Total amount of video memory in KB.


Variable format

SDL.PixelFormat SDL.VideoInfo.format

Description

Pixel format of the video device.