SDL
2.0
|
#include <SDL_sysvideo.h>
Definition at line 145 of file SDL_sysvideo.h.
int SDL_VideoDevice::accelerated |
Definition at line 319 of file SDL_sysvideo.h.
Referenced by SDL_GL_GetAttribute(), SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
int SDL_VideoDevice::accum_alpha_size |
Definition at line 315 of file SDL_sysvideo.h.
Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
int SDL_VideoDevice::accum_blue_size |
Definition at line 314 of file SDL_sysvideo.h.
Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
int SDL_VideoDevice::accum_green_size |
Definition at line 313 of file SDL_sysvideo.h.
Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
int SDL_VideoDevice::accum_red_size |
Definition at line 312 of file SDL_sysvideo.h.
Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
int SDL_VideoDevice::alpha_size |
Definition at line 307 of file SDL_sysvideo.h.
Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
int SDL_VideoDevice::blue_size |
Definition at line 306 of file SDL_sysvideo.h.
Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
int SDL_VideoDevice::buffer_size |
Definition at line 309 of file SDL_sysvideo.h.
Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
char* SDL_VideoDevice::clipboard_text |
Definition at line 298 of file SDL_sysvideo.h.
Referenced by SDL_GetClipboardText(), SDL_HasClipboardText(), SDL_SetClipboardText(), and SDL_VideoQuit().
int(* SDL_VideoDevice::CreateWindow) (_THIS, SDL_Window *window) |
Definition at line 203 of file SDL_sysvideo.h.
Referenced by SDL_CreateWindow(), and SDL_RecreateWindow().
int(* SDL_VideoDevice::CreateWindowFramebuffer) (_THIS, SDL_Window *window, Uint32 *format, void **pixels, int *pitch) |
Definition at line 228 of file SDL_sysvideo.h.
Referenced by SDL_CreateWindowFramebuffer(), SDL_VideoInit(), and ShouldUseTextureFramebuffer().
int(* SDL_VideoDevice::CreateWindowFrom) (_THIS, SDL_Window *window, const void *data) |
Definition at line 204 of file SDL_sysvideo.h.
Referenced by SDL_CreateWindowFrom().
SDL_GLContext SDL_VideoDevice::current_glctx |
Definition at line 339 of file SDL_sysvideo.h.
Referenced by SDL_GL_CreateContext(), and SDL_GL_MakeCurrent().
SDL_TLSID SDL_VideoDevice::current_glctx_tls |
Definition at line 341 of file SDL_sysvideo.h.
Referenced by SDL_GL_CreateContext(), SDL_GL_GetCurrentContext(), SDL_GL_MakeCurrent(), and SDL_VideoInit().
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().
SDL_TLSID SDL_VideoDevice::current_glwin_tls |
Definition at line 340 of file SDL_sysvideo.h.
Referenced by SDL_GL_CreateContext(), SDL_GL_GetCurrentWindow(), SDL_GL_MakeCurrent(), and SDL_VideoInit().
int SDL_VideoDevice::depth_size |
Definition at line 308 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 227 of file SDL_sysvideo.h.
Referenced by SDL_DestroyWindow(), and SDL_RecreateWindow().
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().
SDL_VideoDisplay* SDL_VideoDevice::displays |
Definition at line 293 of file SDL_sysvideo.h.
Referenced by SDL_AddVideoDisplay(), SDL_GetClosestDisplayMode(), SDL_GetCurrentDisplayMode(), SDL_GetDesktopDisplayMode(), SDL_GetDisplayBounds(), SDL_GetDisplayDPI(), SDL_GetDisplayDriverData(), SDL_GetDisplayForWindow(), SDL_GetDisplayMode(), SDL_GetDisplayName(), SDL_GetDisplayUsableBounds(), SDL_GetIndexOfDisplay(), SDL_GetNumDisplayModes(), SDL_GetWindowDisplayIndex(), and SDL_VideoQuit().
void* SDL_VideoDevice::dll_handle |
Definition at line 330 of file SDL_sysvideo.h.
Referenced by SDL_VideoInit().
int SDL_VideoDevice::double_buffer |
Definition at line 311 of file SDL_sysvideo.h.
Referenced by SDL_GL_GetAttribute(), SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
int SDL_VideoDevice::driver_loaded |
Definition at line 328 of file SDL_sysvideo.h.
Referenced by SDL_GL_GetProcAddress(), SDL_GL_LoadLibrary(), SDL_GL_UnloadLibrary(), and SDL_VideoInit().
char SDL_VideoDevice::driver_path[256] |
Definition at line 329 of file SDL_sysvideo.h.
Referenced by SDL_GL_LoadLibrary().
void* SDL_VideoDevice::driverdata |
Definition at line 345 of file SDL_sysvideo.h.
int SDL_VideoDevice::flags |
Definition at line 322 of file SDL_sysvideo.h.
Referenced by SDL_GL_GetAttribute(), SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
int SDL_VideoDevice::framebuffer_srgb_capable |
Definition at line 326 of file SDL_sysvideo.h.
Referenced by SDL_GL_GetAttribute(), SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
Definition at line 358 of file SDL_sysvideo.h.
Referenced by SDL_VideoQuit().
char*(* SDL_VideoDevice::GetClipboardText) (_THIS) |
Definition at line 280 of file SDL_sysvideo.h.
Referenced by SDL_GetClipboardText().
int(* SDL_VideoDevice::GetDisplayBounds) (_THIS, SDL_VideoDisplay *display, SDL_Rect *rect) |
Definition at line 174 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 179 of file SDL_sysvideo.h.
Referenced by SDL_GetDisplayDPI().
void(* SDL_VideoDevice::GetDisplayModes) (_THIS, SDL_VideoDisplay *display) |
Definition at line 189 of file SDL_sysvideo.h.
Referenced by SDL_GetNumDisplayModesForDisplay().
int(* SDL_VideoDevice::GetDisplayUsableBounds) (_THIS, SDL_VideoDisplay *display, SDL_Rect *rect) |
Definition at line 184 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 211 of file SDL_sysvideo.h.
Referenced by SDL_GetWindowBordersSize().
int(* SDL_VideoDevice::GetWindowGammaRamp) (_THIS, SDL_Window *window, Uint16 *ramp) |
Definition at line 225 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 240 of file SDL_sysvideo.h.
Referenced by SDL_GetWindowWMInfo().
struct { ... } SDL_VideoDevice::gl_config |
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().
struct SDL_GLDriverData* SDL_VideoDevice::gl_data |
Definition at line 346 of file SDL_sysvideo.h.
void(* SDL_VideoDevice::GL_DeleteContext) (_THIS, SDL_GLContext context) |
Definition at line 256 of file SDL_sysvideo.h.
Referenced by SDL_GL_DeleteContext().
Definition at line 252 of file SDL_sysvideo.h.
Referenced by SDL_GL_GetDrawableSize().
Definition at line 248 of file SDL_sysvideo.h.
Referenced by SDL_GL_GetProcAddress().
int(* SDL_VideoDevice::GL_GetSwapInterval) (_THIS) |
Definition at line 254 of file SDL_sysvideo.h.
Referenced by SDL_GL_GetSwapInterval().
Definition at line 247 of file SDL_sysvideo.h.
Referenced by SDL_GL_LoadLibrary().
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().
int(* SDL_VideoDevice::GL_SetSwapInterval) (_THIS, int interval) |
Definition at line 253 of file SDL_sysvideo.h.
Referenced by SDL_GL_SetSwapInterval().
void(* SDL_VideoDevice::GL_SwapWindow) (_THIS, SDL_Window *window) |
Definition at line 255 of file SDL_sysvideo.h.
Referenced by SDL_GL_SwapWindow().
Definition at line 249 of file SDL_sysvideo.h.
Referenced by SDL_GL_LoadLibrary(), and SDL_GL_UnloadLibrary().
SDL_Window* SDL_VideoDevice::grabbed_window |
Definition at line 295 of file SDL_sysvideo.h.
Referenced by SDL_GetGrabbedWindow(), SDL_GetWindowGrab(), and SDL_UpdateWindowGrab().
int SDL_VideoDevice::green_size |
Definition at line 305 of file SDL_sysvideo.h.
Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
Definition at line 281 of file SDL_sysvideo.h.
Referenced by SDL_HasClipboardText().
Definition at line 273 of file SDL_sysvideo.h.
Referenced by SDL_HasScreenKeyboardSupport().
void(* SDL_VideoDevice::HideScreenKeyboard) (_THIS, SDL_Window *window) |
Definition at line 275 of file SDL_sysvideo.h.
Referenced by SDL_StopTextInput().
void(* SDL_VideoDevice::HideWindow) (_THIS, SDL_Window *window) |
Definition at line 216 of file SDL_sysvideo.h.
Referenced by SDL_HideWindow().
SDL_bool(* SDL_VideoDevice::IsScreenKeyboardShown) (_THIS, SDL_Window *window) |
Definition at line 276 of file SDL_sysvideo.h.
Referenced by SDL_IsScreenKeyboardShown().
int SDL_VideoDevice::major_version |
Definition at line 320 of file SDL_sysvideo.h.
Referenced by SDL_GL_GetAttribute(), SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
void(* SDL_VideoDevice::MaximizeWindow) (_THIS, SDL_Window *window) |
Definition at line 218 of file SDL_sysvideo.h.
Referenced by SDL_MaximizeWindow().
void(* SDL_VideoDevice::MinimizeWindow) (_THIS, SDL_Window *window) |
Definition at line 219 of file SDL_sysvideo.h.
Referenced by SDL_MinimizeWindow().
int SDL_VideoDevice::minor_version |
Definition at line 321 of file SDL_sysvideo.h.
Referenced by SDL_GL_GetAttribute(), SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
int SDL_VideoDevice::multisamplebuffers |
Definition at line 317 of file SDL_sysvideo.h.
Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
int SDL_VideoDevice::multisamplesamples |
Definition at line 318 of file SDL_sysvideo.h.
Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
const char* SDL_VideoDevice::name |
Definition at line 149 of file SDL_sysvideo.h.
Referenced by SDL_CreateWindow(), SDL_GetCurrentVideoDriver(), and SDL_VideoInit().
Uint32 SDL_VideoDevice::next_object_id |
Definition at line 297 of file SDL_sysvideo.h.
Referenced by SDL_CreateWindow(), SDL_CreateWindowFrom(), and SDL_VideoInit().
int SDL_VideoDevice::num_displays |
Definition at line 292 of file SDL_sysvideo.h.
Referenced by SDL_AddVideoDisplay(), SDL_GetIndexOfDisplay(), SDL_GetNumVideoDisplays(), SDL_GetWindowDisplayIndex(), SDL_SetWindowPosition(), SDL_VideoInit(), and SDL_VideoQuit().
void(* SDL_VideoDevice::OnWindowEnter) (_THIS, SDL_Window *window) |
Definition at line 231 of file SDL_sysvideo.h.
Referenced by SDL_OnWindowEnter().
int SDL_VideoDevice::profile_mask |
Definition at line 323 of file SDL_sysvideo.h.
Referenced by SDL_GL_GetAttribute(), SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
Definition at line 262 of file SDL_sysvideo.h.
Referenced by SDL_PumpEvents().
void(* SDL_VideoDevice::RaiseWindow) (_THIS, SDL_Window *window) |
Definition at line 217 of file SDL_sysvideo.h.
Referenced by SDL_RaiseWindow().
int SDL_VideoDevice::red_size |
Definition at line 304 of file SDL_sysvideo.h.
Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
int SDL_VideoDevice::release_behavior |
Definition at line 325 of file SDL_sysvideo.h.
Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
void(* SDL_VideoDevice::RestoreWindow) (_THIS, SDL_Window *window) |
Definition at line 220 of file SDL_sysvideo.h.
Referenced by SDL_RestoreWindow().
int SDL_VideoDevice::retained_backing |
Definition at line 327 of file SDL_sysvideo.h.
Referenced by SDL_GL_GetAttribute(), SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
Definition at line 279 of file SDL_sysvideo.h.
Referenced by SDL_SetClipboardText().
int(* SDL_VideoDevice::SetDisplayMode) (_THIS, SDL_VideoDisplay *display, SDL_DisplayMode *mode) |
Definition at line 197 of file SDL_sysvideo.h.
Referenced by SDL_SetDisplayModeForDisplay().
Definition at line 270 of file SDL_sysvideo.h.
Referenced by SDL_SetTextInputRect().
void(* SDL_VideoDevice::SetWindowBordered) (_THIS, SDL_Window *window, SDL_bool bordered) |
Definition at line 221 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 223 of file SDL_sysvideo.h.
Referenced by SDL_UpdateFullscreenMode().
int(* SDL_VideoDevice::SetWindowGammaRamp) (_THIS, SDL_Window *window, const Uint16 *ramp) |
Definition at line 224 of file SDL_sysvideo.h.
Referenced by SDL_OnWindowFocusGained(), SDL_OnWindowFocusLost(), and SDL_SetWindowGammaRamp().
void(* SDL_VideoDevice::SetWindowGrab) (_THIS, SDL_Window *window, SDL_bool grabbed) |
Definition at line 226 of file SDL_sysvideo.h.
Referenced by SDL_UpdateWindowGrab().
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().
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().
int(* SDL_VideoDevice::SetWindowInputFocus) (_THIS, SDL_Window *window) |
Definition at line 214 of file SDL_sysvideo.h.
Referenced by SDL_SetWindowInputFocus().
void(* SDL_VideoDevice::SetWindowMaximumSize) (_THIS, SDL_Window *window) |
Definition at line 210 of file SDL_sysvideo.h.
Referenced by SDL_SetWindowMaximumSize().
void(* SDL_VideoDevice::SetWindowMinimumSize) (_THIS, SDL_Window *window) |
Definition at line 209 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 213 of file SDL_sysvideo.h.
Referenced by SDL_SetWindowModalFor().
int(* SDL_VideoDevice::SetWindowOpacity) (_THIS, SDL_Window *window, float opacity) |
Definition at line 212 of file SDL_sysvideo.h.
Referenced by SDL_SetWindowOpacity().
void(* SDL_VideoDevice::SetWindowPosition) (_THIS, SDL_Window *window) |
Definition at line 207 of file SDL_sysvideo.h.
Referenced by SDL_SetWindowPosition().
void(* SDL_VideoDevice::SetWindowResizable) (_THIS, SDL_Window *window, SDL_bool resizable) |
Definition at line 222 of file SDL_sysvideo.h.
Referenced by SDL_SetWindowResizable().
void(* SDL_VideoDevice::SetWindowSize) (_THIS, SDL_Window *window) |
Definition at line 208 of file SDL_sysvideo.h.
Referenced by SDL_SetWindowSize().
void(* SDL_VideoDevice::SetWindowTitle) (_THIS, SDL_Window *window) |
Definition at line 205 of file SDL_sysvideo.h.
Referenced by SDL_RecreateWindow(), and SDL_SetWindowTitle().
SDL_ShapeDriver SDL_VideoDevice::shape_driver |
Definition at line 237 of file SDL_sysvideo.h.
Referenced by SDL_CreateShapedWindow(), and SDL_SetWindowShape().
int SDL_VideoDevice::share_with_current_context |
Definition at line 324 of file SDL_sysvideo.h.
Referenced by SDL_GL_GetAttribute(), SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
int(* SDL_VideoDevice::ShowMessageBox) (_THIS, const SDL_MessageBoxData *messageboxdata, int *buttonid) |
Definition at line 284 of file SDL_sysvideo.h.
Referenced by SDL_ShowMessageBox().
void(* SDL_VideoDevice::ShowScreenKeyboard) (_THIS, SDL_Window *window) |
Definition at line 274 of file SDL_sysvideo.h.
Referenced by SDL_StartTextInput().
void(* SDL_VideoDevice::ShowWindow) (_THIS, SDL_Window *window) |
Definition at line 215 of file SDL_sysvideo.h.
Referenced by SDL_ShowWindow().
Definition at line 268 of file SDL_sysvideo.h.
Referenced by SDL_SetKeyboardFocus(), and SDL_StartTextInput().
int SDL_VideoDevice::stencil_size |
Definition at line 310 of file SDL_sysvideo.h.
Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
int SDL_VideoDevice::stereo |
Definition at line 316 of file SDL_sysvideo.h.
Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
Definition at line 269 of file SDL_sysvideo.h.
Referenced by SDL_SetKeyboardFocus(), and SDL_StopTextInput().
SDL_bool SDL_VideoDevice::suspend_screensaver |
Definition at line 291 of file SDL_sysvideo.h.
Referenced by SDL_DisableScreenSaver(), SDL_EnableScreenSaver(), and SDL_IsScreenSaverEnabled().
Definition at line 265 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) |
Definition at line 229 of file SDL_sysvideo.h.
Referenced by SDL_CreateWindowFramebuffer(), SDL_UpdateWindowSurfaceRects(), and SDL_VideoInit().
int(* SDL_VideoDevice::VideoInit) (_THIS) |
Definition at line 158 of file SDL_sysvideo.h.
Referenced by SDL_VideoInit().
Definition at line 164 of file SDL_sysvideo.h.
Referenced by SDL_VideoQuit().
Uint8 SDL_VideoDevice::window_magic |
Definition at line 296 of file SDL_sysvideo.h.
Referenced by SDL_CreateWindow(), and SDL_CreateWindowFrom().
SDL_Window* SDL_VideoDevice::windows |
Definition at line 294 of file SDL_sysvideo.h.
Referenced by SDL_CreateWindow(), SDL_CreateWindowFrom(), SDL_DestroyWindow(), SDL_GetFocusWindow(), SDL_GetWindowFromID(), SDL_UpdateFullscreenMode(), and SDL_VideoQuit().