[][src]Constant fermium::hints::SDL_HINT_ALLOW_TOPMOST

pub const SDL_HINT_ALLOW_TOPMOST: &[u8];

If set to "0" then never set the top most bit on a SDL Window, even if the video mode expects it. This is a debugging aid for developers and not expected to be used by end users. The default is "1"

This variable can be set to the following values:

  • "0": don't allow topmost
  • "1": allow topmost