Table of Contents

Class Hint.Video

Namespace
Sdl3Sharp
Assembly
Sdl3Sharp.dll

SDL_HINT_VIDEO_*

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

Properties

AllowScreenSaver

Gets a hint controlling whether the screen saver is enabled

public static Hint AllowScreenSaver { get; }

Property Value

Hint

A hint controlling whether the screen saver is enabled

Remarks

The hint can be set to the following values:

  • "0"The screen saver is disabled (default)
  • "1"The screen saver is enabled

This hint should be set before SDL is initialized.