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)
 
void(* ResetTouch )(_THIS)
 
int(* GetDisplayBounds )(_THIS, SDL_VideoDisplay *display, SDL_Rect *rect)
 
int(* GetDisplayUsableBounds )(_THIS, SDL_VideoDisplay *display, SDL_Rect *rect)
 
int(* GetDisplayDPI )(_THIS, SDL_VideoDisplay *display, float *ddpi, float *hdpi, float *vdpi)
 
void(* GetDisplayModes )(_THIS, SDL_VideoDisplay *display)
 
int(* SetDisplayMode )(_THIS, SDL_VideoDisplay *display, SDL_DisplayMode *mode)
 
int(* CreateSDLWindow )(_THIS, SDL_Window *window)
 
int(* CreateSDLWindowFrom )(_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)
 
int(* GL_SwapWindow )(_THIS, SDL_Window *window)
 
void(* GL_DeleteContext )(_THIS, SDL_GLContext context)
 
void(* GL_DefaultProfileConfig )(_THIS, int *mask, int *major, int *minor)
 
int(* Vulkan_LoadLibrary )(_THIS, const char *path)
 
void(* Vulkan_UnloadLibrary )(_THIS)
 
SDL_bool(* Vulkan_GetInstanceExtensions )(_THIS, SDL_Window *window, unsigned *count, const char **names)
 
SDL_bool(* Vulkan_CreateSurface )(_THIS, SDL_Window *window, VkInstance instance, VkSurfaceKHR *surface)
 
void(* Vulkan_GetDrawableSize )(_THIS, SDL_Window *window, int *w, int *h)
 
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)
 
void(* AcceptDragAndDrop )(SDL_Window *window, SDL_bool accept)
 
SDL_bool is_dummy
 
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   reset_notification
 
   int   framebuffer_srgb_capable
 
   int   no_error
 
   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
 
struct {
   PFN_vkGetInstanceProcAddr   vkGetInstanceProcAddr
 
   PFN_vkEnumerateInstanceExtensionProperties   vkEnumerateInstanceExtensionProperties
 
   int   loader_loaded
 
   char   loader_path [256]
 
   void *   loader_handle
 
vulkan_config
 
voiddriverdata
 
struct SDL_GLDriverDatagl_data
 
void(* free )(_THIS)
 

Detailed Description

Definition at line 148 of file SDL_sysvideo.h.

Field Documentation

int SDL_VideoDevice::accelerated
void(* SDL_VideoDevice::AcceptDragAndDrop)(SDL_Window *window, SDL_bool accept)

Definition at line 309 of file SDL_sysvideo.h.

Referenced by PrepareDragAndDropSupport(), and SDL_ToggleDragAndDropSupport().

int SDL_VideoDevice::accum_alpha_size

Definition at line 338 of file SDL_sysvideo.h.

Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().

int SDL_VideoDevice::accum_blue_size

Definition at line 337 of file SDL_sysvideo.h.

Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().

int SDL_VideoDevice::accum_green_size

Definition at line 336 of file SDL_sysvideo.h.

Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().

int SDL_VideoDevice::accum_red_size

Definition at line 335 of file SDL_sysvideo.h.

Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().

int SDL_VideoDevice::alpha_size

Definition at line 330 of file SDL_sysvideo.h.

Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().

int SDL_VideoDevice::blue_size

Definition at line 329 of file SDL_sysvideo.h.

Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().

int SDL_VideoDevice::buffer_size

Definition at line 332 of file SDL_sysvideo.h.

Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().

char* SDL_VideoDevice::clipboard_text
int(* SDL_VideoDevice::CreateSDLWindow)(_THIS, SDL_Window *window)

Definition at line 211 of file SDL_sysvideo.h.

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

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

Definition at line 212 of file SDL_sysvideo.h.

Referenced by SDL_CreateWindowFrom().

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

Definition at line 364 of file SDL_sysvideo.h.

Referenced by SDL_GL_CreateContext(), and SDL_GL_MakeCurrent().

SDL_TLSID SDL_VideoDevice::current_glctx_tls
SDL_Window* SDL_VideoDevice::current_glwin

Definition at line 363 of file SDL_sysvideo.h.

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

SDL_TLSID SDL_VideoDevice::current_glwin_tls
int SDL_VideoDevice::depth_size

Definition at line 331 of file SDL_sysvideo.h.

Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().

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

Definition at line 235 of file SDL_sysvideo.h.

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

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

Definition at line 238 of file SDL_sysvideo.h.

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

void* SDL_VideoDevice::dll_handle

Definition at line 355 of file SDL_sysvideo.h.

Referenced by SDL_VideoInit().

int SDL_VideoDevice::double_buffer
int SDL_VideoDevice::driver_loaded
char SDL_VideoDevice::driver_path[256]

Definition at line 354 of file SDL_sysvideo.h.

Referenced by SDL_GL_LoadLibrary().

void* SDL_VideoDevice::driverdata

Definition at line 381 of file SDL_sysvideo.h.

Referenced by createDevice().

int SDL_VideoDevice::flags
int SDL_VideoDevice::framebuffer_srgb_capable
void(* SDL_VideoDevice::free)(_THIS)

Definition at line 394 of file SDL_sysvideo.h.

Referenced by createDevice(), and SDL_VideoQuit().

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

Definition at line 299 of file SDL_sysvideo.h.

Referenced by SDL_GetClipboardText().

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

Definition at line 182 of file SDL_sysvideo.h.

Referenced by SDL_GetDisplayBounds().

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

Definition at line 192 of file SDL_sysvideo.h.

Referenced by SDL_GetDisplayDPI().

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

Definition at line 197 of file SDL_sysvideo.h.

Referenced by SDL_GetNumDisplayModesForDisplay().

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

Definition at line 187 of file SDL_sysvideo.h.

Referenced by SDL_GetDisplayUsableBounds().

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

Definition at line 219 of file SDL_sysvideo.h.

Referenced by SDL_GetWindowBordersSize().

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

Definition at line 233 of file SDL_sysvideo.h.

Referenced by SDL_GetWindowGammaRamp().

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

Definition at line 248 of file SDL_sysvideo.h.

Referenced by SDL_GetWindowWMInfo().

SDL_GLContext(* SDL_VideoDevice::GL_CreateContext)(_THIS, SDL_Window *window)
struct SDL_GLDriverData* SDL_VideoDevice::gl_data

Definition at line 382 of file SDL_sysvideo.h.

void(* SDL_VideoDevice::GL_DefaultProfileConfig)(_THIS, int *mask, int *major, int *minor)

Definition at line 265 of file SDL_sysvideo.h.

Referenced by SDL_GL_ResetAttributes().

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

Definition at line 264 of file SDL_sysvideo.h.

Referenced by createDevice(), and SDL_GL_DeleteContext().

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

Definition at line 260 of file SDL_sysvideo.h.

Referenced by SDL_GL_GetDrawableSize().

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

Definition at line 256 of file SDL_sysvideo.h.

Referenced by createDevice(), and SDL_GL_GetProcAddress().

int(* SDL_VideoDevice::GL_GetSwapInterval)(_THIS)

Definition at line 262 of file SDL_sysvideo.h.

Referenced by SDL_GL_GetSwapInterval().

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

Definition at line 255 of file SDL_sysvideo.h.

Referenced by createDevice(), and SDL_GL_LoadLibrary().

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

Definition at line 259 of file SDL_sysvideo.h.

Referenced by createDevice(), and SDL_GL_MakeCurrent().

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

Definition at line 261 of file SDL_sysvideo.h.

Referenced by createDevice(), and SDL_GL_SetSwapInterval().

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

Definition at line 263 of file SDL_sysvideo.h.

Referenced by createDevice(), and SDL_GL_SwapWindow().

void(* SDL_VideoDevice::GL_UnloadLibrary)(_THIS)

Definition at line 257 of file SDL_sysvideo.h.

Referenced by createDevice(), SDL_GL_LoadLibrary(), and SDL_GL_UnloadLibrary().

SDL_Window* SDL_VideoDevice::grabbed_window

Definition at line 318 of file SDL_sysvideo.h.

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

int SDL_VideoDevice::green_size

Definition at line 328 of file SDL_sysvideo.h.

Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().

SDL_bool(* SDL_VideoDevice::HasClipboardText)(_THIS)

Definition at line 300 of file SDL_sysvideo.h.

Referenced by SDL_HasClipboardText().

SDL_bool(* SDL_VideoDevice::HasScreenKeyboardSupport)(_THIS)

Definition at line 292 of file SDL_sysvideo.h.

Referenced by SDL_HasScreenKeyboardSupport().

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

Definition at line 294 of file SDL_sysvideo.h.

Referenced by SDL_StopTextInput().

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

Definition at line 224 of file SDL_sysvideo.h.

Referenced by createDevice(), and SDL_HideWindow().

SDL_bool SDL_VideoDevice::is_dummy

Definition at line 313 of file SDL_sysvideo.h.

Referenced by SDL_CreateWindow(), and ShouldUseTextureFramebuffer().

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

Definition at line 295 of file SDL_sysvideo.h.

Referenced by SDL_IsScreenKeyboardShown().

void* SDL_VideoDevice::loader_handle

Definition at line 376 of file SDL_sysvideo.h.

int SDL_VideoDevice::loader_loaded
char SDL_VideoDevice::loader_path[256]

Definition at line 375 of file SDL_sysvideo.h.

Referenced by SDL_Vulkan_LoadLibrary().

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

Definition at line 226 of file SDL_sysvideo.h.

Referenced by SDL_MaximizeWindow().

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

Definition at line 227 of file SDL_sysvideo.h.

Referenced by SDL_MinimizeWindow().

int SDL_VideoDevice::minor_version
int SDL_VideoDevice::multisamplebuffers

Definition at line 340 of file SDL_sysvideo.h.

Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().

int SDL_VideoDevice::multisamplesamples

Definition at line 341 of file SDL_sysvideo.h.

Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().

Uint32 SDL_VideoDevice::next_object_id

Definition at line 320 of file SDL_sysvideo.h.

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

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

Definition at line 239 of file SDL_sysvideo.h.

Referenced by SDL_OnWindowEnter().

int SDL_VideoDevice::profile_mask
void(* SDL_VideoDevice::PumpEvents)(_THIS)

Definition at line 281 of file SDL_sysvideo.h.

Referenced by createDevice(), and SDL_PumpEvents().

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

Definition at line 225 of file SDL_sysvideo.h.

Referenced by SDL_RaiseWindow().

int SDL_VideoDevice::red_size

Definition at line 327 of file SDL_sysvideo.h.

Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().

int SDL_VideoDevice::release_behavior

Definition at line 348 of file SDL_sysvideo.h.

Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().

int SDL_VideoDevice::reset_notification

Definition at line 349 of file SDL_sysvideo.h.

Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().

void(* SDL_VideoDevice::ResetTouch)(_THIS)

Definition at line 172 of file SDL_sysvideo.h.

Referenced by SDL_GetTouch().

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

Definition at line 228 of file SDL_sysvideo.h.

Referenced by SDL_RestoreWindow().

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

Definition at line 298 of file SDL_sysvideo.h.

Referenced by SDL_SetClipboardText().

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

Definition at line 205 of file SDL_sysvideo.h.

Referenced by SDL_SetDisplayModeForDisplay().

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

Definition at line 289 of file SDL_sysvideo.h.

Referenced by SDL_SetTextInputRect().

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

Definition at line 229 of file SDL_sysvideo.h.

Referenced by SDL_SetWindowBordered().

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

Definition at line 231 of file SDL_sysvideo.h.

Referenced by SDL_UpdateFullscreenMode().

int(* SDL_VideoDevice::SetWindowGammaRamp)(_THIS, SDL_Window *window, const Uint16 *ramp)
void(* SDL_VideoDevice::SetWindowGrab)(_THIS, SDL_Window *window, SDL_bool grabbed)

Definition at line 234 of file SDL_sysvideo.h.

Referenced by SDL_UpdateWindowGrab().

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

Definition at line 306 of file SDL_sysvideo.h.

Referenced by SDL_RecreateWindow(), and SDL_SetWindowHitTest().

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

Definition at line 214 of file SDL_sysvideo.h.

Referenced by SDL_RecreateWindow(), and SDL_SetWindowIcon().

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

Definition at line 222 of file SDL_sysvideo.h.

Referenced by SDL_SetWindowInputFocus().

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

Definition at line 218 of file SDL_sysvideo.h.

Referenced by SDL_SetWindowMaximumSize().

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

Definition at line 217 of file SDL_sysvideo.h.

Referenced by SDL_SetWindowMinimumSize().

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

Definition at line 221 of file SDL_sysvideo.h.

Referenced by SDL_SetWindowModalFor().

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

Definition at line 220 of file SDL_sysvideo.h.

Referenced by SDL_SetWindowOpacity().

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

Definition at line 215 of file SDL_sysvideo.h.

Referenced by SDL_SetWindowPosition().

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

Definition at line 230 of file SDL_sysvideo.h.

Referenced by SDL_SetWindowResizable().

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

Definition at line 216 of file SDL_sysvideo.h.

Referenced by createDevice(), and SDL_SetWindowSize().

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

Definition at line 213 of file SDL_sysvideo.h.

Referenced by SDL_RecreateWindow(), and SDL_SetWindowTitle().

SDL_ShapeDriver SDL_VideoDevice::shape_driver

Definition at line 245 of file SDL_sysvideo.h.

Referenced by SDL_CreateShapedWindow(), and SDL_SetWindowShape().

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

Definition at line 303 of file SDL_sysvideo.h.

Referenced by SDL_ShowMessageBox().

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

Definition at line 293 of file SDL_sysvideo.h.

Referenced by SDL_StartTextInput().

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

Definition at line 223 of file SDL_sysvideo.h.

Referenced by createDevice(), and SDL_ShowWindow().

void(* SDL_VideoDevice::StartTextInput)(_THIS)

Definition at line 287 of file SDL_sysvideo.h.

Referenced by SDL_SetKeyboardFocus(), and SDL_StartTextInput().

int SDL_VideoDevice::stencil_size

Definition at line 333 of file SDL_sysvideo.h.

Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().

int SDL_VideoDevice::stereo

Definition at line 339 of file SDL_sysvideo.h.

Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().

void(* SDL_VideoDevice::StopTextInput)(_THIS)

Definition at line 288 of file SDL_sysvideo.h.

Referenced by SDL_SetKeyboardFocus(), and SDL_StopTextInput().

SDL_bool SDL_VideoDevice::suspend_screensaver
void(* SDL_VideoDevice::SuspendScreenSaver)(_THIS)

Definition at line 284 of file SDL_sysvideo.h.

Referenced by SDL_DisableScreenSaver(), and SDL_EnableScreenSaver().

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

Definition at line 161 of file SDL_sysvideo.h.

Referenced by createDevice(), and SDL_VideoInit().

void(* SDL_VideoDevice::VideoQuit)(_THIS)

Definition at line 167 of file SDL_sysvideo.h.

Referenced by createDevice(), and SDL_VideoQuit().

PFN_vkEnumerateInstanceExtensionProperties SDL_VideoDevice::vkEnumerateInstanceExtensionProperties

Definition at line 373 of file SDL_sysvideo.h.

PFN_vkGetInstanceProcAddr SDL_VideoDevice::vkGetInstanceProcAddr

Definition at line 372 of file SDL_sysvideo.h.

Referenced by SDL_Vulkan_GetVkGetInstanceProcAddr().

struct { ... } SDL_VideoDevice::vulkan_config
SDL_bool(* SDL_VideoDevice::Vulkan_CreateSurface)(_THIS, SDL_Window *window, VkInstance instance, VkSurfaceKHR *surface)

Definition at line 274 of file SDL_sysvideo.h.

Referenced by SDL_CreateWindow(), and SDL_Vulkan_CreateSurface().

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

Definition at line 275 of file SDL_sysvideo.h.

Referenced by SDL_Vulkan_GetDrawableSize().

SDL_bool(* SDL_VideoDevice::Vulkan_GetInstanceExtensions)(_THIS, SDL_Window *window, unsigned *count, const char **names)

Definition at line 273 of file SDL_sysvideo.h.

Referenced by SDL_Vulkan_GetInstanceExtensions().

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

Definition at line 271 of file SDL_sysvideo.h.

Referenced by SDL_Vulkan_LoadLibrary().

void(* SDL_VideoDevice::Vulkan_UnloadLibrary)(_THIS)

Definition at line 272 of file SDL_sysvideo.h.

Referenced by SDL_Vulkan_UnloadLibrary().

Uint8 SDL_VideoDevice::window_magic

Definition at line 319 of file SDL_sysvideo.h.

Referenced by SDL_CreateWindow(), and SDL_CreateWindowFrom().


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