Tao.Sdl SDK Documentation

Sdl.SDL_VideoInfo Members

Sdl.SDL_VideoInfo overview

Public Instance Fields

current_h The current video mode height
current_w The current video mode width
field1
field2
unused
vfmt Pixel format of the video device. Pointer to SDL_PixelFormat.
video_mem Total amount of video memory in Kilobytes.

Public Instance Properties

blit_fill Are color fills accelerated?
blit_hw Are hardware to hardware blits accelerated?
blit_hw_A Are hardware to hardware alpha blits accelerated?
blit_hw_CC Are hardware to hardware colorkey blits accelerated?
blit_sw Are software to hardware blits accelerated?
blit_sw_A Are software to hardware alpha blits accelerated?
blit_sw_CC Are software to hardware colorkey blits accelerated?
hw_available Is it possible to create hardware surfaces?
wm_available Is there a window manager available

Public Instance Methods

Equals (inherited from ValueType) 
GetHashCode (inherited from ValueType) 
GetType (inherited from Object) 
ToString (inherited from ValueType) 

See Also

Sdl.SDL_VideoInfo Class | Tao.Sdl Namespace