Implemented more Window methods

Dmitry Marakasov 2015-01-19 23:30:34 +03:00
parent a8e524fb6f
commit 30cba4c86e

@ -38,9 +38,9 @@
| ☐ | SDL_GetVideoDriver | |
| ☑ | SDL_GetWindowBrightness | Window::GetBrightness() |
| ☐ | SDL_GetWindowData | |
| ☐ | SDL_GetWindowDisplayIndex | |
| ☐ | SDL_GetWindowDisplayMode | |
| ☐ | SDL_GetWindowFlags | |
| ☑ | SDL_GetWindowDisplayIndex | Window::GetDisplayIndex() |
| ☑ | SDL_GetWindowDisplayMode | Window::GetDisplayMode() |
| ☑ | SDL_GetWindowFlags | Window::GetFlags() |
| ☐ | SDL_GetWindowFromID | |
| ☐ | SDL_GetWindowGammaRamp | |
| ☑ | SDL_GetWindowGrab | Window::GetGrab() |