Table of Contents

Class ScreenSaver

Namespace
Sdl3Sharp.Video.Windowing
Assembly
Sdl3Sharp.dll

Provides functionality related to the screen saver

public static class ScreenSaver
Inheritance
ScreenSaver
Inherited Members

Properties

IsEnabled

Gets or sets a value indicating whether a screen saver is allowed to blank the screen

public static bool IsEnabled { get; set; }

Property Value

bool

A value indicating whether a screen saver is allowed to blank the screen

Remarks

If you disable the screen saver, it will be automatically re-enabled when SDL quits.

The screen saver is disabled by default, but you can change this default using the AllowScreenSaver hint.