| 484 | } |
| 485 | |
| 486 | PlatformWindow * PlatformWindowManagerSDL::getFirstWindow() |
| 487 | { |
| 488 | return mWindowListHead != NULL ? mWindowListHead : NULL; |
| 489 | } |
| 490 | |
| 491 | PlatformWindow* PlatformWindowManagerSDL::getFocusedWindow() |
| 492 | { |
no outgoing calls
no test coverage detected