Table of Contents

Class Hint.Display

Namespace
Sdl3Sharp
Assembly
Sdl3Sharp.dll

SDL_HINT_DISPLAY_*

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

Properties

UsableBounds

Gets a hint serving as an override for SDL_GetDisplayUsableBounds()

public static Hint UsableBounds { get; }

Property Value

Hint

A hint serving as an override for SDL_GetDisplayUsableBounds()

Remarks

If set, this hint will override the expected results for SDL_GetDisplayUsableBounds() for display index 0. Generally you don't want to do this, but this allows an embedded system to request that some of the screen be reserved for other uses when paired with a well-behaved application.

The contents of this hint must be 4 comma-separated integers, the first is the bounds x, then y, width and height, in that order.

This hint can be set anytime.

See Also