###### (This is the legacy documentation for stable SDL2, the current stable version; [SDL3](https://wiki.libsdl.org/SDL3/) is the current development version.) # SDL_HINT_QTWAYLAND_WINDOW_FLAGS Flags to set on QtWayland windows to integrate with the native window manager. ## Header File Defined in [SDL_hints.h](https://github.com/libsdl-org/SDL/blob/SDL2/include/SDL_hints.h) ## Syntax ```c #define SDL_HINT_QTWAYLAND_WINDOW_FLAGS "SDL_QTWAYLAND_WINDOW_FLAGS" ``` ## Remarks On QtWayland platforms, this hint controls the flags to set on the windows. For example, on Sailfish OS "OverridesSystemGestures" disables swipe gestures. This variable is a space-separated list of the following values (empty = no flags): - "OverridesSystemGestures" - "StaysOnTop" - "BypassWindowManager" ---- [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro), [CategoryHints](CategoryHints)