Table of Contents

Class Hint.IOS

Namespace
Sdl3Sharp
Assembly
Sdl3Sharp.dll

SDL_HINT_IOS_*

public static class Hint.IOS
Inheritance
Hint.IOS
Inherited Members

Properties

HideHomeIndicator

Gets a hint controlling whether the home indicator bar on iPhone X should be hidden

public static Hint HideHomeIndicator { get; }

Property Value

Hint

A hint controlling whether the home indicator bar on iPhone X should be hidden

Remarks

The hint can be set to the following values:

  • "0"The indicator bar is not hidden (default for windowed applications)
  • "1"The indicator bar is hidden and is shown when the screen is touched (useful for movie playback applications)
  • "2"The indicator bar is dim and the first swipe makes it visible and the second swipe performs the "home" action (default for fullscreen applications)

This hint can be set anytime.

See Also