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