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_a
int
SDL.VideoInfo.blit_hw_a- Description
Are hardware to hardware alpha blits accelerated?
- Variable
blit_hw_cc
int
SDL.VideoInfo.blit_hw_cc- Description
Are hardware 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_sw_cc
int
SDL.VideoInfo.blit_sw_cc- Description
Are software to hardware colorkey blits accelerated?
- Variable
format
SDL.PixelFormat
SDL.VideoInfo.format- Description
Pixel format of the video device.
- Variable
hw_available
int
SDL.VideoInfo.hw_available- Description
Is it possible to create hardware surfaces?