| 351 | } |
| 352 | |
| 353 | PlatformWindow * PlatformWindowManagerSDL::getFirstWindow() |
| 354 | { |
| 355 | return mWindowListHead != NULL ? mWindowListHead : NULL; |
| 356 | } |
| 357 | |
| 358 | PlatformWindow* PlatformWindowManagerSDL::getFocusedWindow() |
| 359 | { |
no outgoing calls
no test coverage detected