mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-09-08 06:48:56 -04:00
Added bunch of Window functions
parent
f6a1187c09
commit
24db1a2b17
@ -53,28 +53,28 @@
|
|||||||
| ☐ | SDL_GetWindowSurface | |
|
| ☐ | SDL_GetWindowSurface | |
|
||||||
| ☐ | SDL_GetWindowTitle | |
|
| ☐ | SDL_GetWindowTitle | |
|
||||||
| ☐ | SDL_GetWindowWMInfo | |
|
| ☐ | SDL_GetWindowWMInfo | |
|
||||||
| ☐ | SDL_HideWindow | |
|
| ☑ | SDL_HideWindow | Window::Hide() |
|
||||||
| ☐ | SDL_IsScreenSaverEnabled | |
|
| ☐ | SDL_IsScreenSaverEnabled | |
|
||||||
| ☐ | SDL_MaximizeWindow | |
|
| ☑ | SDL_MaximizeWindow | Window::Maximize() |
|
||||||
| ☐ | SDL_MinimizeWindow | |
|
| ☑ | SDL_MinimizeWindow | Window::Minimize() |
|
||||||
| ☐ | SDL_RaiseWindow | |
|
| ☑ | SDL_RaiseWindow | Window::Raise()|
|
||||||
| ☐ | SDL_RestoreWindow | |
|
| ☑ | SDL_RestoreWindow | Window::Restore() |
|
||||||
| ☐ | SDL_SetWindowBordered | |
|
| ☐ | SDL_SetWindowBordered | |
|
||||||
| ☐ | SDL_SetWindowBrightness | |
|
| ☐ | SDL_SetWindowBrightness | |
|
||||||
| ☐ | SDL_SetWindowData | |
|
| ☐ | SDL_SetWindowData | |
|
||||||
| ☐ | SDL_SetWindowDisplayMode | |
|
| ☐ | SDL_SetWindowDisplayMode | |
|
||||||
| ☐ | SDL_SetWindowFullscreen | |
|
| ☑ | SDL_SetWindowFullscreen | Window::SetFullscreen() |
|
||||||
| ☐ | SDL_SetWindowGammaRamp | |
|
| ☐ | SDL_SetWindowGammaRamp | |
|
||||||
| ☐ | SDL_SetWindowGrab | |
|
| ☐ | SDL_SetWindowGrab | |
|
||||||
| ☐ | SDL_SetWindowIcon | |
|
| ☐ | SDL_SetWindowIcon | |
|
||||||
| ☐ | SDL_SetWindowMaximumSize | |
|
| ☐ | SDL_SetWindowMaximumSize | |
|
||||||
| ☐ | SDL_SetWindowMinimumSize | |
|
| ☐ | SDL_SetWindowMinimumSize | |
|
||||||
| ☐ | SDL_SetWindowPosition | |
|
| ☐ | SDL_SetWindowPosition | |
|
||||||
| ☐ | SDL_SetWindowSize | |
|
| ☑ | SDL_SetWindowSize | Window::SetSize() |
|
||||||
| ☑ | SDL_SetWindowTitle | Window::SetTitle() |
|
| ☑ | SDL_SetWindowTitle | Window::SetTitle() |
|
||||||
| ☐ | SDL_ShowMessageBox | |
|
| ☐ | SDL_ShowMessageBox | |
|
||||||
| ☐ | SDL_ShowSimpleMessageBox | |
|
| ☐ | SDL_ShowSimpleMessageBox | |
|
||||||
| ☐ | SDL_ShowWindow | |
|
| ☑ | SDL_ShowWindow | Window::Show() |
|
||||||
| ☐ | SDL_UpdateWindowSurface | |
|
| ☐ | SDL_UpdateWindowSurface | |
|
||||||
| ☐ | SDL_UpdateWindowSurfaceRects | |
|
| ☐ | SDL_UpdateWindowSurfaceRects | |
|
||||||
| ☐ | SDL_VideoInit | |
|
| ☐ | SDL_VideoInit | |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user