SDL  2.0
SDL_VideoDevice Struct Reference

#include <SDL_sysvideo.h>

+ Collaboration diagram for SDL_VideoDevice:

Data Fields

const char * name
 
int(* VideoInit )(_THIS)
 
void(* VideoQuit )(_THIS)
 
int(* GetDisplayBounds )(_THIS, SDL_VideoDisplay *display, SDL_Rect *rect)
 
int(* GetDisplayDPI )(_THIS, SDL_VideoDisplay *display, float *ddpi, float *hdpi, float *vdpi)
 
int(* GetDisplayUsableBounds )(_THIS, SDL_VideoDisplay *display, SDL_Rect *rect)
 
void(* GetDisplayModes )(_THIS, SDL_VideoDisplay *display)
 
int(* SetDisplayMode )(_THIS, SDL_VideoDisplay *display, SDL_DisplayMode *mode)
 
int(* CreateWindow )(_THIS, SDL_Window *window)
 
int(* CreateWindowFrom )(_THIS, SDL_Window *window, const void *data)
 
void(* SetWindowTitle )(_THIS, SDL_Window *window)
 
void(* SetWindowIcon )(_THIS, SDL_Window *window, SDL_Surface *icon)
 
void(* SetWindowPosition )(_THIS, SDL_Window *window)
 
void(* SetWindowSize )(_THIS, SDL_Window *window)
 
void(* SetWindowMinimumSize )(_THIS, SDL_Window *window)
 
void(* SetWindowMaximumSize )(_THIS, SDL_Window *window)
 
int(* GetWindowBordersSize )(_THIS, SDL_Window *window, int *top, int *left, int *bottom, int *right)
 
int(* SetWindowOpacity )(_THIS, SDL_Window *window, float opacity)
 
int(* SetWindowModalFor )(_THIS, SDL_Window *modal_window, SDL_Window *parent_window)
 
int(* SetWindowInputFocus )(_THIS, SDL_Window *window)
 
void(* ShowWindow )(_THIS, SDL_Window *window)
 
void(* HideWindow )(_THIS, SDL_Window *window)
 
void(* RaiseWindow )(_THIS, SDL_Window *window)
 
void(* MaximizeWindow )(_THIS, SDL_Window *window)
 
void(* MinimizeWindow )(_THIS, SDL_Window *window)
 
void(* RestoreWindow )(_THIS, SDL_Window *window)
 
void(* SetWindowBordered )(_THIS, SDL_Window *window, SDL_bool bordered)
 
void(* SetWindowResizable )(_THIS, SDL_Window *window, SDL_bool resizable)
 
void(* SetWindowFullscreen )(_THIS, SDL_Window *window, SDL_VideoDisplay *display, SDL_bool fullscreen)
 
int(* SetWindowGammaRamp )(_THIS, SDL_Window *window, const Uint16 *ramp)
 
int(* GetWindowGammaRamp )(_THIS, SDL_Window *window, Uint16 *ramp)
 
void(* SetWindowGrab )(_THIS, SDL_Window *window, SDL_bool grabbed)
 
void(* DestroyWindow )(_THIS, SDL_Window *window)
 
int(* CreateWindowFramebuffer )(_THIS, SDL_Window *window, Uint32 *format, void **pixels, int *pitch)
 
int(* UpdateWindowFramebuffer )(_THIS, SDL_Window *window, const SDL_Rect *rects, int numrects)
 
void(* DestroyWindowFramebuffer )(_THIS, SDL_Window *window)
 
void(* OnWindowEnter )(_THIS, SDL_Window *window)
 
SDL_ShapeDriver shape_driver
 
SDL_bool(* GetWindowWMInfo )(_THIS, SDL_Window *window, struct SDL_SysWMinfo *info)
 
int(* GL_LoadLibrary )(_THIS, const char *path)
 
void *(* GL_GetProcAddress )(_THIS, const char *proc)
 
void(* GL_UnloadLibrary )(_THIS)
 
SDL_GLContext(* GL_CreateContext )(_THIS, SDL_Window *window)
 
int(* GL_MakeCurrent )(_THIS, SDL_Window *window, SDL_GLContext context)
 
void(* GL_GetDrawableSize )(_THIS, SDL_Window *window, int *w, int *h)
 
int(* GL_SetSwapInterval )(_THIS, int interval)
 
int(* GL_GetSwapInterval )(_THIS)
 
void(* GL_SwapWindow )(_THIS, SDL_Window *window)
 
void(* GL_DeleteContext )(_THIS, SDL_GLContext context)
 
void(* PumpEvents )(_THIS)
 
void(* SuspendScreenSaver )(_THIS)
 
void(* StartTextInput )(_THIS)
 
void(* StopTextInput )(_THIS)
 
void(* SetTextInputRect )(_THIS, SDL_Rect *rect)
 
SDL_bool(* HasScreenKeyboardSupport )(_THIS)
 
void(* ShowScreenKeyboard )(_THIS, SDL_Window *window)
 
void(* HideScreenKeyboard )(_THIS, SDL_Window *window)
 
SDL_bool(* IsScreenKeyboardShown )(_THIS, SDL_Window *window)
 
int(* SetClipboardText )(_THIS, const char *text)
 
char *(* GetClipboardText )(_THIS)
 
SDL_bool(* HasClipboardText )(_THIS)
 
int(* ShowMessageBox )(_THIS, const SDL_MessageBoxData *messageboxdata, int *buttonid)
 
int(* SetWindowHitTest )(SDL_Window *window, SDL_bool enabled)
 
SDL_bool suspend_screensaver
 
int num_displays
 
SDL_VideoDisplaydisplays
 
SDL_Windowwindows
 
SDL_Windowgrabbed_window
 
Uint8 window_magic
 
Uint32 next_object_id
 
char * clipboard_text
 
struct {
   int   red_size
 
   int   green_size
 
   int   blue_size
 
   int   alpha_size
 
   int   depth_size
 
   int   buffer_size
 
   int   stencil_size
 
   int   double_buffer
 
   int   accum_red_size
 
   int   accum_green_size
 
   int   accum_blue_size
 
   int   accum_alpha_size
 
   int   stereo
 
   int   multisamplebuffers
 
   int   multisamplesamples
 
   int   accelerated
 
   int   major_version
 
   int   minor_version
 
   int   flags
 
   int   profile_mask
 
   int   share_with_current_context
 
   int   release_behavior
 
   int   framebuffer_srgb_capable
 
   int   retained_backing
 
   int   driver_loaded
 
   char   driver_path [256]
 
   void *   dll_handle
 
gl_config
 
SDL_Windowcurrent_glwin
 
SDL_GLContext current_glctx
 
SDL_TLSID current_glwin_tls
 
SDL_TLSID current_glctx_tls
 
voiddriverdata
 
struct SDL_GLDriverDatagl_data
 
void(* free )(_THIS)
 

Detailed Description

Definition at line 145 of file SDL_sysvideo.h.

Field Documentation

§ accelerated

int SDL_VideoDevice::accelerated

§ accum_alpha_size

int SDL_VideoDevice::accum_alpha_size

Definition at line 315 of file SDL_sysvideo.h.

Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().

§ accum_blue_size

int SDL_VideoDevice::accum_blue_size

Definition at line 314 of file SDL_sysvideo.h.

Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().

§ accum_green_size

int SDL_VideoDevice::accum_green_size

Definition at line 313 of file SDL_sysvideo.h.

Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().

§ accum_red_size

int SDL_VideoDevice::accum_red_size

Definition at line 312 of file SDL_sysvideo.h.

Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().

§ alpha_size

int SDL_VideoDevice::alpha_size

Definition at line 307 of file SDL_sysvideo.h.

Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().

§ blue_size

int SDL_VideoDevice::blue_size

Definition at line 306 of file SDL_sysvideo.h.

Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().

§ buffer_size

int SDL_VideoDevice::buffer_size

Definition at line 309 of file SDL_sysvideo.h.

Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().

§ clipboard_text

char* SDL_VideoDevice::clipboard_text

§ CreateWindow

int(* SDL_VideoDevice::CreateWindow) (_THIS, SDL_Window *window)

Definition at line 203 of file SDL_sysvideo.h.

Referenced by SDL_CreateWindow(), and SDL_RecreateWindow().

§ CreateWindowFramebuffer

int(* SDL_VideoDevice::CreateWindowFramebuffer) (_THIS, SDL_Window *window, Uint32 *format, void **pixels, int *pitch)

§ CreateWindowFrom

int(* SDL_VideoDevice::CreateWindowFrom) (_THIS, SDL_Window *window, const void *data)

Definition at line 204 of file SDL_sysvideo.h.

Referenced by SDL_CreateWindowFrom().

§ current_glctx

SDL_GLContext SDL_VideoDevice::current_glctx

Definition at line 339 of file SDL_sysvideo.h.

Referenced by SDL_GL_CreateContext(), and SDL_GL_MakeCurrent().

§ current_glctx_tls

SDL_TLSID SDL_VideoDevice::current_glctx_tls

§ current_glwin

SDL_Window* SDL_VideoDevice::current_glwin

Definition at line 338 of file SDL_sysvideo.h.

Referenced by SDL_DestroyWindow(), SDL_GL_CreateContext(), and SDL_GL_MakeCurrent().

§ current_glwin_tls

SDL_TLSID SDL_VideoDevice::current_glwin_tls

§ depth_size

int SDL_VideoDevice::depth_size

Definition at line 308 of file SDL_sysvideo.h.

Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().

§ DestroyWindow

void(* SDL_VideoDevice::DestroyWindow) (_THIS, SDL_Window *window)

Definition at line 227 of file SDL_sysvideo.h.

Referenced by SDL_DestroyWindow(), and SDL_RecreateWindow().

§ DestroyWindowFramebuffer

void(* SDL_VideoDevice::DestroyWindowFramebuffer) (_THIS, SDL_Window *window)

Definition at line 230 of file SDL_sysvideo.h.

Referenced by SDL_DestroyWindow(), SDL_RecreateWindow(), and SDL_VideoInit().

§ displays

§ dll_handle

void* SDL_VideoDevice::dll_handle

Definition at line 330 of file SDL_sysvideo.h.

Referenced by SDL_VideoInit().

§ double_buffer

int SDL_VideoDevice::double_buffer

§ driver_loaded

int SDL_VideoDevice::driver_loaded

§ driver_path

char SDL_VideoDevice::driver_path[256]

Definition at line 329 of file SDL_sysvideo.h.

Referenced by SDL_GL_LoadLibrary().

§ driverdata

void* SDL_VideoDevice::driverdata

Definition at line 345 of file SDL_sysvideo.h.

§ flags

int SDL_VideoDevice::flags

§ framebuffer_srgb_capable

int SDL_VideoDevice::framebuffer_srgb_capable

§ free

void(* SDL_VideoDevice::free) (_THIS)

Definition at line 358 of file SDL_sysvideo.h.

Referenced by SDL_VideoQuit().

§ GetClipboardText

char*(* SDL_VideoDevice::GetClipboardText) (_THIS)

Definition at line 280 of file SDL_sysvideo.h.

Referenced by SDL_GetClipboardText().

§ GetDisplayBounds

int(* SDL_VideoDevice::GetDisplayBounds) (_THIS, SDL_VideoDisplay *display, SDL_Rect *rect)

Definition at line 174 of file SDL_sysvideo.h.

Referenced by SDL_GetDisplayBounds().

§ GetDisplayDPI

int(* SDL_VideoDevice::GetDisplayDPI) (_THIS, SDL_VideoDisplay *display, float *ddpi, float *hdpi, float *vdpi)

Definition at line 179 of file SDL_sysvideo.h.

Referenced by SDL_GetDisplayDPI().

§ GetDisplayModes

void(* SDL_VideoDevice::GetDisplayModes) (_THIS, SDL_VideoDisplay *display)

Definition at line 189 of file SDL_sysvideo.h.

Referenced by SDL_GetNumDisplayModesForDisplay().

§ GetDisplayUsableBounds

int(* SDL_VideoDevice::GetDisplayUsableBounds) (_THIS, SDL_VideoDisplay *display, SDL_Rect *rect)

Definition at line 184 of file SDL_sysvideo.h.

Referenced by SDL_GetDisplayUsableBounds().

§ GetWindowBordersSize

int(* SDL_VideoDevice::GetWindowBordersSize) (_THIS, SDL_Window *window, int *top, int *left, int *bottom, int *right)

Definition at line 211 of file SDL_sysvideo.h.

Referenced by SDL_GetWindowBordersSize().

§ GetWindowGammaRamp

int(* SDL_VideoDevice::GetWindowGammaRamp) (_THIS, SDL_Window *window, Uint16 *ramp)

Definition at line 225 of file SDL_sysvideo.h.

Referenced by SDL_GetWindowGammaRamp().

§ GetWindowWMInfo

SDL_bool(* SDL_VideoDevice::GetWindowWMInfo) (_THIS, SDL_Window *window, struct SDL_SysWMinfo *info)

Definition at line 240 of file SDL_sysvideo.h.

Referenced by SDL_GetWindowWMInfo().

§ gl_config

§ GL_CreateContext

SDL_GLContext(* SDL_VideoDevice::GL_CreateContext) (_THIS, SDL_Window *window)

Definition at line 250 of file SDL_sysvideo.h.

Referenced by SDL_CreateWindow(), SDL_GL_CreateContext(), and SDL_RecreateWindow().

§ gl_data

struct SDL_GLDriverData* SDL_VideoDevice::gl_data

Definition at line 346 of file SDL_sysvideo.h.

§ GL_DeleteContext

void(* SDL_VideoDevice::GL_DeleteContext) (_THIS, SDL_GLContext context)

Definition at line 256 of file SDL_sysvideo.h.

Referenced by SDL_GL_DeleteContext().

§ GL_GetDrawableSize

void(* SDL_VideoDevice::GL_GetDrawableSize) (_THIS, SDL_Window *window, int *w, int *h)

Definition at line 252 of file SDL_sysvideo.h.

Referenced by SDL_GL_GetDrawableSize().

§ GL_GetProcAddress

void*(* SDL_VideoDevice::GL_GetProcAddress) (_THIS, const char *proc)

Definition at line 248 of file SDL_sysvideo.h.

Referenced by SDL_GL_GetProcAddress().

§ GL_GetSwapInterval

int(* SDL_VideoDevice::GL_GetSwapInterval) (_THIS)

Definition at line 254 of file SDL_sysvideo.h.

Referenced by SDL_GL_GetSwapInterval().

§ GL_LoadLibrary

int(* SDL_VideoDevice::GL_LoadLibrary) (_THIS, const char *path)

Definition at line 247 of file SDL_sysvideo.h.

Referenced by SDL_GL_LoadLibrary().

§ GL_MakeCurrent

int(* SDL_VideoDevice::GL_MakeCurrent) (_THIS, SDL_Window *window, SDL_GLContext context)

Definition at line 251 of file SDL_sysvideo.h.

Referenced by SDL_GL_MakeCurrent().

§ GL_SetSwapInterval

int(* SDL_VideoDevice::GL_SetSwapInterval) (_THIS, int interval)

Definition at line 253 of file SDL_sysvideo.h.

Referenced by SDL_GL_SetSwapInterval().

§ GL_SwapWindow

void(* SDL_VideoDevice::GL_SwapWindow) (_THIS, SDL_Window *window)

Definition at line 255 of file SDL_sysvideo.h.

Referenced by SDL_GL_SwapWindow().

§ GL_UnloadLibrary

void(* SDL_VideoDevice::GL_UnloadLibrary) (_THIS)

Definition at line 249 of file SDL_sysvideo.h.

Referenced by SDL_GL_LoadLibrary(), and SDL_GL_UnloadLibrary().

§ grabbed_window

SDL_Window* SDL_VideoDevice::grabbed_window

Definition at line 295 of file SDL_sysvideo.h.

Referenced by SDL_GetGrabbedWindow(), SDL_GetWindowGrab(), and SDL_UpdateWindowGrab().

§ green_size

int SDL_VideoDevice::green_size

Definition at line 305 of file SDL_sysvideo.h.

Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().

§ HasClipboardText

SDL_bool(* SDL_VideoDevice::HasClipboardText) (_THIS)

Definition at line 281 of file SDL_sysvideo.h.

Referenced by SDL_HasClipboardText().

§ HasScreenKeyboardSupport

SDL_bool(* SDL_VideoDevice::HasScreenKeyboardSupport) (_THIS)

Definition at line 273 of file SDL_sysvideo.h.

Referenced by SDL_HasScreenKeyboardSupport().

§ HideScreenKeyboard

void(* SDL_VideoDevice::HideScreenKeyboard) (_THIS, SDL_Window *window)

Definition at line 275 of file SDL_sysvideo.h.

Referenced by SDL_StopTextInput().

§ HideWindow

void(* SDL_VideoDevice::HideWindow) (_THIS, SDL_Window *window)

Definition at line 216 of file SDL_sysvideo.h.

Referenced by SDL_HideWindow().

§ IsScreenKeyboardShown

SDL_bool(* SDL_VideoDevice::IsScreenKeyboardShown) (_THIS, SDL_Window *window)

Definition at line 276 of file SDL_sysvideo.h.

Referenced by SDL_IsScreenKeyboardShown().

§ major_version

int SDL_VideoDevice::major_version

§ MaximizeWindow

void(* SDL_VideoDevice::MaximizeWindow) (_THIS, SDL_Window *window)

Definition at line 218 of file SDL_sysvideo.h.

Referenced by SDL_MaximizeWindow().

§ MinimizeWindow

void(* SDL_VideoDevice::MinimizeWindow) (_THIS, SDL_Window *window)

Definition at line 219 of file SDL_sysvideo.h.

Referenced by SDL_MinimizeWindow().

§ minor_version

int SDL_VideoDevice::minor_version

§ multisamplebuffers

int SDL_VideoDevice::multisamplebuffers

Definition at line 317 of file SDL_sysvideo.h.

Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().

§ multisamplesamples

int SDL_VideoDevice::multisamplesamples

Definition at line 318 of file SDL_sysvideo.h.

Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().

§ name

const char* SDL_VideoDevice::name

Definition at line 149 of file SDL_sysvideo.h.

Referenced by SDL_CreateWindow(), SDL_GetCurrentVideoDriver(), and SDL_VideoInit().

§ next_object_id

Uint32 SDL_VideoDevice::next_object_id

Definition at line 297 of file SDL_sysvideo.h.

Referenced by SDL_CreateWindow(), SDL_CreateWindowFrom(), and SDL_VideoInit().

§ num_displays

§ OnWindowEnter

void(* SDL_VideoDevice::OnWindowEnter) (_THIS, SDL_Window *window)

Definition at line 231 of file SDL_sysvideo.h.

Referenced by SDL_OnWindowEnter().

§ profile_mask

int SDL_VideoDevice::profile_mask

§ PumpEvents

void(* SDL_VideoDevice::PumpEvents) (_THIS)

Definition at line 262 of file SDL_sysvideo.h.

Referenced by SDL_PumpEvents().

§ RaiseWindow

void(* SDL_VideoDevice::RaiseWindow) (_THIS, SDL_Window *window)

Definition at line 217 of file SDL_sysvideo.h.

Referenced by SDL_RaiseWindow().

§ red_size

int SDL_VideoDevice::red_size

Definition at line 304 of file SDL_sysvideo.h.

Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().

§ release_behavior

int SDL_VideoDevice::release_behavior

Definition at line 325 of file SDL_sysvideo.h.

Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().

§ RestoreWindow

void(* SDL_VideoDevice::RestoreWindow) (_THIS, SDL_Window *window)

Definition at line 220 of file SDL_sysvideo.h.

Referenced by SDL_RestoreWindow().

§ retained_backing

int SDL_VideoDevice::retained_backing

§ SetClipboardText

int(* SDL_VideoDevice::SetClipboardText) (_THIS, const char *text)

Definition at line 279 of file SDL_sysvideo.h.

Referenced by SDL_SetClipboardText().

§ SetDisplayMode

int(* SDL_VideoDevice::SetDisplayMode) (_THIS, SDL_VideoDisplay *display, SDL_DisplayMode *mode)

Definition at line 197 of file SDL_sysvideo.h.

Referenced by SDL_SetDisplayModeForDisplay().

§ SetTextInputRect

void(* SDL_VideoDevice::SetTextInputRect) (_THIS, SDL_Rect *rect)

Definition at line 270 of file SDL_sysvideo.h.

Referenced by SDL_SetTextInputRect().

§ SetWindowBordered

void(* SDL_VideoDevice::SetWindowBordered) (_THIS, SDL_Window *window, SDL_bool bordered)

Definition at line 221 of file SDL_sysvideo.h.

Referenced by SDL_SetWindowBordered().

§ SetWindowFullscreen

void(* SDL_VideoDevice::SetWindowFullscreen) (_THIS, SDL_Window *window, SDL_VideoDisplay *display, SDL_bool fullscreen)

Definition at line 223 of file SDL_sysvideo.h.

Referenced by SDL_UpdateFullscreenMode().

§ SetWindowGammaRamp

int(* SDL_VideoDevice::SetWindowGammaRamp) (_THIS, SDL_Window *window, const Uint16 *ramp)

§ SetWindowGrab

void(* SDL_VideoDevice::SetWindowGrab) (_THIS, SDL_Window *window, SDL_bool grabbed)

Definition at line 226 of file SDL_sysvideo.h.

Referenced by SDL_UpdateWindowGrab().

§ SetWindowHitTest

int(* SDL_VideoDevice::SetWindowHitTest) (SDL_Window *window, SDL_bool enabled)

Definition at line 287 of file SDL_sysvideo.h.

Referenced by SDL_RecreateWindow(), and SDL_SetWindowHitTest().

§ SetWindowIcon

void(* SDL_VideoDevice::SetWindowIcon) (_THIS, SDL_Window *window, SDL_Surface *icon)

Definition at line 206 of file SDL_sysvideo.h.

Referenced by SDL_RecreateWindow(), and SDL_SetWindowIcon().

§ SetWindowInputFocus

int(* SDL_VideoDevice::SetWindowInputFocus) (_THIS, SDL_Window *window)

Definition at line 214 of file SDL_sysvideo.h.

Referenced by SDL_SetWindowInputFocus().

§ SetWindowMaximumSize

void(* SDL_VideoDevice::SetWindowMaximumSize) (_THIS, SDL_Window *window)

Definition at line 210 of file SDL_sysvideo.h.

Referenced by SDL_SetWindowMaximumSize().

§ SetWindowMinimumSize

void(* SDL_VideoDevice::SetWindowMinimumSize) (_THIS, SDL_Window *window)

Definition at line 209 of file SDL_sysvideo.h.

Referenced by SDL_SetWindowMinimumSize().

§ SetWindowModalFor

int(* SDL_VideoDevice::SetWindowModalFor) (_THIS, SDL_Window *modal_window, SDL_Window *parent_window)

Definition at line 213 of file SDL_sysvideo.h.

Referenced by SDL_SetWindowModalFor().

§ SetWindowOpacity

int(* SDL_VideoDevice::SetWindowOpacity) (_THIS, SDL_Window *window, float opacity)

Definition at line 212 of file SDL_sysvideo.h.

Referenced by SDL_SetWindowOpacity().

§ SetWindowPosition

void(* SDL_VideoDevice::SetWindowPosition) (_THIS, SDL_Window *window)

Definition at line 207 of file SDL_sysvideo.h.

Referenced by SDL_SetWindowPosition().

§ SetWindowResizable

void(* SDL_VideoDevice::SetWindowResizable) (_THIS, SDL_Window *window, SDL_bool resizable)

Definition at line 222 of file SDL_sysvideo.h.

Referenced by SDL_SetWindowResizable().

§ SetWindowSize

void(* SDL_VideoDevice::SetWindowSize) (_THIS, SDL_Window *window)

Definition at line 208 of file SDL_sysvideo.h.

Referenced by SDL_SetWindowSize().

§ SetWindowTitle

void(* SDL_VideoDevice::SetWindowTitle) (_THIS, SDL_Window *window)

Definition at line 205 of file SDL_sysvideo.h.

Referenced by SDL_RecreateWindow(), and SDL_SetWindowTitle().

§ shape_driver

SDL_ShapeDriver SDL_VideoDevice::shape_driver

Definition at line 237 of file SDL_sysvideo.h.

Referenced by SDL_CreateShapedWindow(), and SDL_SetWindowShape().

§ share_with_current_context

int SDL_VideoDevice::share_with_current_context

§ ShowMessageBox

int(* SDL_VideoDevice::ShowMessageBox) (_THIS, const SDL_MessageBoxData *messageboxdata, int *buttonid)

Definition at line 284 of file SDL_sysvideo.h.

Referenced by SDL_ShowMessageBox().

§ ShowScreenKeyboard

void(* SDL_VideoDevice::ShowScreenKeyboard) (_THIS, SDL_Window *window)

Definition at line 274 of file SDL_sysvideo.h.

Referenced by SDL_StartTextInput().

§ ShowWindow

void(* SDL_VideoDevice::ShowWindow) (_THIS, SDL_Window *window)

Definition at line 215 of file SDL_sysvideo.h.

Referenced by SDL_ShowWindow().

§ StartTextInput

void(* SDL_VideoDevice::StartTextInput) (_THIS)

Definition at line 268 of file SDL_sysvideo.h.

Referenced by SDL_SetKeyboardFocus(), and SDL_StartTextInput().

§ stencil_size

int SDL_VideoDevice::stencil_size

Definition at line 310 of file SDL_sysvideo.h.

Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().

§ stereo

int SDL_VideoDevice::stereo

Definition at line 316 of file SDL_sysvideo.h.

Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().

§ StopTextInput

void(* SDL_VideoDevice::StopTextInput) (_THIS)

Definition at line 269 of file SDL_sysvideo.h.

Referenced by SDL_SetKeyboardFocus(), and SDL_StopTextInput().

§ suspend_screensaver

SDL_bool SDL_VideoDevice::suspend_screensaver

§ SuspendScreenSaver

void(* SDL_VideoDevice::SuspendScreenSaver) (_THIS)

Definition at line 265 of file SDL_sysvideo.h.

Referenced by SDL_DisableScreenSaver(), and SDL_EnableScreenSaver().

§ UpdateWindowFramebuffer

int(* SDL_VideoDevice::UpdateWindowFramebuffer) (_THIS, SDL_Window *window, const SDL_Rect *rects, int numrects)

§ VideoInit

int(* SDL_VideoDevice::VideoInit) (_THIS)

Definition at line 158 of file SDL_sysvideo.h.

Referenced by SDL_VideoInit().

§ VideoQuit

void(* SDL_VideoDevice::VideoQuit) (_THIS)

Definition at line 164 of file SDL_sysvideo.h.

Referenced by SDL_VideoQuit().

§ window_magic

Uint8 SDL_VideoDevice::window_magic

Definition at line 296 of file SDL_sysvideo.h.

Referenced by SDL_CreateWindow(), and SDL_CreateWindowFrom().

§ windows


The documentation for this struct was generated from the following file: