diff --git a/Completeness-CategoryAudio.md b/Completeness-CategoryAudio.md index bab7ede..1106bdb 100644 --- a/Completeness-CategoryAudio.md +++ b/Completeness-CategoryAudio.md @@ -13,10 +13,10 @@ | ☐ | SDL_GetAudioDeviceName | | | ☑ | SDL_GetAudioDeviceStatus | AudioDevice::GetStatus() | | ☐ | SDL_GetAudioDriver | | -| | SDL_GetAudioStatus | legacy | -| ☐ | SDL_GetCurrentAudioDriver | | -| ☐ | SDL_GetNumAudioDevices | | -| ☐ | SDL_GetNumAudioDrivers | | +| | ~~SDL_GetAudioStatus~~ | legacy | +| | ~~SDL_GetCurrentAudioDriver~~ | non-oo | +| | ~~SDL_GetNumAudioDevices~~ | non-oo | +| | ~~SDL_GetNumAudioDrivers~~ | non-oo | | ☑ | SDL_GetQueuedAudioSize | AudioDevice::GetQueuedAudioSize() (since SDL-2.0.4) | | ☑ | SDL_LoadWAV | Wav::Wav() | | ☑ | SDL_LoadWAV_RW | Wav::Wav() | diff --git a/Completeness-CategoryRender.md b/Completeness-CategoryRender.md index 33e7c0c..a243a98 100644 --- a/Completeness-CategoryRender.md +++ b/Completeness-CategoryRender.md @@ -6,15 +6,15 @@ | ☐ | SDL_CreateSoftwareRenderer | | | ☑ | SDL_CreateTexture | Texture::Texture() | | ☑ | SDL_CreateTextureFromSurface | Texture::Texture() | -| ☐ | SDL_CreateWindowAndRenderer | | +| | ~~SDL_CreateWindowAndRenderer~~ | redundant | | ☑ | SDL_DestroyRenderer | Renderer::~Renderer() | | ☑ | SDL_DestroyTexture | Texture::~Texture() | -| ☐ | SDL_GetNumRenderDrivers | non-oo | +| | ~~SDL_GetNumRenderDrivers~~ | non-oo | | ☑ | SDL_GetRenderDrawBlendMode | Renderer::GetDrawBlendMode() | | ☑ | SDL_GetRenderDrawColor | Renderer::GetDrawColor() | -| ☐ | SDL_GetRenderDriverInfo | non-oo | -| ☐ | SDL_GetRenderTarget | breaks incapsulation | -| ☐ | SDL_GetRenderer | breaks incapsulation | +| | ~~SDL_GetRenderDriverInfo~~ | non-oo | +| ☐ | SDL_GetRenderTarget | breaks encapsulation | +| ☐ | SDL_GetRenderer | breaks encapsulation | | ☑ | SDL_GetRendererInfo | Renderer::GetInfo() | | ☑ | SDL_GetRendererOutputSize | Renderer::GetOutputSize(), Renderer::GetOutputWidth(), Renderer::GetOutputHeight() | | ☑ | SDL_GetTextureAlphaMod | Texture::GetAlphaMod() | diff --git a/Completeness-CategoryVideo.md b/Completeness-CategoryVideo.md index e1b94ae..38dacac 100644 --- a/Completeness-CategoryVideo.md +++ b/Completeness-CategoryVideo.md @@ -3,11 +3,11 @@ | ☑ | Function | libSDL2pp method(s) / Notes | |:-:|--------------------------------|-----------------------------| | ☑ | SDL_CreateWindow | Window::Window() | -| ☐ | SDL_CreateWindowAndRenderer | | +| | ~~SDL_CreateWindowAndRenderer~~ | redundant | | ☐ | SDL_CreateWindowFrom | | | ☑ | SDL_DestroyWindow | Window::~Window() | -| ☐ | SDL_DisableScreenSaver | non-oo | -| ☐ | SDL_EnableScreenSaver | non-oo | +| | ~~SDL_DisableScreenSaver~~ | non-oo | +| | ~~SDL_EnableScreenSaver~~ | non-oo | | ☐ | SDL_GL_BindTexture | | | ☐ | SDL_GL_CreateContext | | | ☐ | SDL_GL_DeleteContext | | @@ -25,17 +25,17 @@ | ☐ | SDL_GL_SwapWindow | | | ☐ | SDL_GL_UnbindTexture | | | ☐ | SDL_GL_UnloadLibrary | | -| ☐ | SDL_GetClosestDisplayMode | | -| ☐ | SDL_GetCurrentDisplayMode | | -| ☐ | SDL_GetCurrentVideoDriver | | -| ☐ | SDL_GetDesktopDisplayMode | | -| ☐ | SDL_GetDisplayBounds | | -| ☐ | SDL_GetDisplayMode | | -| ☐ | SDL_GetDisplayName | | -| ☐ | SDL_GetNumDisplayModes | | -| ☐ | SDL_GetNumVideoDisplays | | -| ☐ | SDL_GetNumVideoDrivers | | -| ☐ | SDL_GetVideoDriver | | +| | ~~SDL_GetClosestDisplayMode~~ | non-oo | +| | ~~SDL_GetCurrentDisplayMode~~ | non-oo | +| | ~~SDL_GetCurrentVideoDriver~~ | non-oo | +| | ~~SDL_GetDesktopDisplayMode~~ | non-oo | +| | ~~SDL_GetDisplayBounds~~ | non-oo | +| | ~~SDL_GetDisplayMode~~ | non-oo | +| | ~~SDL_GetDisplayName~~ | non-oo | +| | ~~SDL_GetNumDisplayModes~~ | non-oo | +| | ~~SDL_GetNumVideoDisplays~~ | non-oo | +| | ~~SDL_GetNumVideoDrivers~~ | non-oo | +| | ~~SDL_GetVideoDriver~~ | non-oo | | ☑ | SDL_GetWindowBrightness | Window::GetBrightness() | | ☐ | SDL_GetWindowData | | | ☑ | SDL_GetWindowDisplayIndex | Window::GetDisplayIndex() | @@ -50,7 +50,7 @@ | ☐ | SDL_GetWindowPixelFormat | | | ☑ | SDL_GetWindowPosition | Window::GetPosition() | | ☑ | SDL_GetWindowSize | Window::GetSize(), Window::GetWidth(), Window::GetHeight() | -| ☐ | SDL_GetWindowSurface | | +| ☐ | SDL_GetWindowSurface | breaks encapsulation | | ☑ | SDL_GetWindowTitle | Window::GetTitle() | | ☐ | SDL_GetWindowWMInfo | | | ☑ | SDL_HideWindow | Window::Hide() | @@ -77,5 +77,5 @@ | ☑ | SDL_ShowWindow | Window::Show() | | ☐ | SDL_UpdateWindowSurface | | | ☐ | SDL_UpdateWindowSurfaceRects | | -| ☐ | SDL_VideoInit | | -| ☐ | SDL_VideoQuit | | +| ☐ | SDL_VideoInit | redundant to SDL_Init? | +| ☐ | SDL_VideoQuit | redundant to SDL_Init? |