Public Member Functions | |
| virtual void | setupIcon () |
Public Member Functions inherited from SdlWindow | |
| void | setWindowCaption (const Common::String &caption) |
| void | setResizable (bool resizable) |
| void | grabMouse (bool grab) |
| void | setMouseRect (const Common::Rect &rect) |
| bool | lockMouse (bool lock) |
| bool | hasMouseFocus () const |
| bool | warpMouseInWindow (int x, int y) |
| void | iconifyWindow () |
| bool | getSDLWMInformation (SDL_SysWMinfo *info) const |
| Common::Rect | getDesktopResolution () |
| float | getSdlDpiScalingFactor () const |
| virtual float | getDpiScalingFactor () const |
| bool | resizable () const |
| bool | mouseIsGrabbed () const |
| bool | mouseIsLocked () const |
Additional Inherited Members | |
Protected Member Functions inherited from SdlWindow | |
| void | getDisplayDpi (float *dpi, float *defaultDpi) const |
|
inlinevirtual |
Setup the window icon.
Reimplemented from SdlWindow.