mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-03 10:55:57 -04:00
Clone
9
Completeness CategoryVideo
Dmitry Marakasov edited this page 2015-10-15 12:40:52 +03:00
Table of Contents
Display and Window Management
☑ | Function | libSDL2pp method(s) / Notes |
---|---|---|
☑ | SDL_CreateWindow | Window::Window() |
redundant | ||
☐ | SDL_CreateWindowFrom | |
☑ | SDL_DestroyWindow | Window::~Window() |
non-oo | ||
non-oo | ||
☐ | SDL_GL_BindTexture | |
☐ | SDL_GL_CreateContext | |
☐ | SDL_GL_DeleteContext | |
☐ | SDL_GL_ExtensionSupported | |
☐ | SDL_GL_GetAttribute | |
☐ | SDL_GL_GetCurrentContext | |
☐ | SDL_GL_GetCurrentWindow | |
☑ | SDL_GL_GetDrawableSize | Window::GetDrawableSize(), Window::GetDrawableWidth(), Window::GetDrawableHeight() |
☐ | SDL_GL_GetProcAddress | |
☐ | SDL_GL_GetSwapInterval | |
☐ | SDL_GL_LoadLibrary | |
☐ | SDL_GL_MakeCurrent | |
☐ | SDL_GL_SetAttribute | |
☐ | SDL_GL_SetSwapInterval | |
☐ | SDL_GL_SwapWindow | |
☐ | SDL_GL_UnbindTexture | |
☐ | SDL_GL_UnloadLibrary | |
non-oo | ||
non-oo | ||
non-oo | ||
non-oo | ||
non-oo | ||
non-oo | ||
non-oo | ||
non-oo | ||
non-oo | ||
non-oo | ||
non-oo | ||
☑ | SDL_GetWindowBrightness | Window::GetBrightness() |
☐ | SDL_GetWindowData | |
☑ | SDL_GetWindowDisplayIndex | Window::GetDisplayIndex() |
☑ | SDL_GetWindowDisplayMode | Window::GetDisplayMode() |
☑ | SDL_GetWindowFlags | Window::GetFlags() |
☐ | SDL_GetWindowFromID | |
☐ | SDL_GetWindowGammaRamp | |
☑ | SDL_GetWindowGrab | Window::GetGrab() |
☐ | SDL_GetWindowID | |
☑ | SDL_GetWindowMaximumSize | Window::GetMaximumSize() |
☑ | SDL_GetWindowMinimumSize | Window::GetMinimumSize() |
☐ | SDL_GetWindowPixelFormat | |
☑ | SDL_GetWindowPosition | Window::GetPosition() |
☑ | SDL_GetWindowSize | Window::GetSize(), Window::GetWidth(), Window::GetHeight() |
☐ | SDL_GetWindowSurface | breaks encapsulation |
☑ | SDL_GetWindowTitle | Window::GetTitle() |
☐ | SDL_GetWindowWMInfo | |
☑ | SDL_HideWindow | Window::Hide() |
☐ | SDL_IsScreenSaverEnabled | non-oo |
☑ | SDL_MaximizeWindow | Window::Maximize() |
☑ | SDL_MinimizeWindow | Window::Minimize() |
☑ | SDL_RaiseWindow | Window::Raise() |
☑ | SDL_RestoreWindow | Window::Restore() |
☑ | SDL_SetWindowBordered | Window::SetBordered() |
☑ | SDL_SetWindowBrightness | Window::SetBrightness() |
☐ | SDL_SetWindowData | |
☐ | SDL_SetWindowDisplayMode | |
☑ | SDL_SetWindowFullscreen | Window::SetFullscreen() |
☐ | SDL_SetWindowGammaRamp | |
☑ | SDL_SetWindowGrab | Window::SetGrab() |
☑ | SDL_SetWindowIcon | Window::SetIcon() |
☑ | SDL_SetWindowMaximumSize | Window::SetMaximumSize() |
☑ | SDL_SetWindowMinimumSize | Window::SetMinimumSize() |
☑ | SDL_SetWindowPosition | Window::SetPosition() |
☑ | SDL_SetWindowSize | Window::SetSize() |
☑ | SDL_SetWindowTitle | Window::SetTitle() |
☐ | SDL_ShowMessageBox | |
☐ | SDL_ShowSimpleMessageBox | |
☑ | SDL_ShowWindow | Window::Show() |
☐ | SDL_UpdateWindowSurface | |
☐ | SDL_UpdateWindowSurfaceRects | |
☐ | SDL_VideoInit | redundant to SDL_Init? |
☐ | SDL_VideoQuit | redundant to SDL_Init? |