[][src]Constant fermium::hints::SDL_HINT_QTWAYLAND_WINDOW_FLAGS

pub const SDL_HINT_QTWAYLAND_WINDOW_FLAGS: &[u8];

Flags to set on QtWayland windows to integrate with the native window manager.

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"