| 59 | void SetSDLWindowScreenPosition(const SDLWindow* window, const Int2 position); |
| 60 | |
| 61 | bool IsPopupWindow(WindowType type) |
| 62 | { |
| 63 | return type == WindowType::Popup || type == WindowType::Tooltip; |
| 64 | } |
| 65 | |
| 66 | void* GetNativeWindowPointer(SDL_Window* window) |
| 67 | { |
no outgoing calls
no test coverage detected