FAST SDK Coding Reference 1.0.3
Loading...
Searching...
No Matches
WhiteScreenSettings Class Reference

A data structure to store FAST.WhiteScreenManager settings. More...

Public Attributes

int durationMinutes = 30
 Settings, Code
The amount of time in minutes that the white screen is shown for.
 
bool isAxisInput = true
 Settings, Code
Set to true if joystick input should dismiss the white screen.
 
bool isKeypressInput = true
 Settings, Code
Set to true if key and mouse button press input should dismiss the white screen.
 
bool isMouseInput = true
 Settings, Code
Set to true if mouse input should dismiss the white screen.
 
bool isSerialInput = true
 Settings, Code
Set to true if serial input should dismiss the white screen.
 
bool isTouchInput = true
 Settings, Code
Set to true if touch input should dismiss the white screen.
 
bool isUdpInput = false
 Settings, Code
Set to true if UDP input should dismiss the white screen.
 
string onScreenMessage = ""
 Settings, Code
A message that will be displayed in the center of the screen.
 
int serialInputCount = 10
 Settings, Code
This can be helpful if the input is noisy or very sensitive.
 
int udpInputCount = 1
 Settings, Code
The number of UDP datagrams that must be recieved to dismiss the white screen.
 

Detailed Description

A data structure to store FAST.WhiteScreenManager settings.

Member Data Documentation

◆ durationMinutes

int durationMinutes = 30

Settings, Code
The amount of time in minutes that the white screen is shown for.

◆ isAxisInput

bool isAxisInput = true

Settings, Code
Set to true if joystick input should dismiss the white screen.

◆ isKeypressInput

bool isKeypressInput = true

Settings, Code
Set to true if key and mouse button press input should dismiss the white screen.

◆ isMouseInput

bool isMouseInput = true

Settings, Code
Set to true if mouse input should dismiss the white screen.

◆ isSerialInput

bool isSerialInput = true

Settings, Code
Set to true if serial input should dismiss the white screen.

This can be helpful if the input is noisy or very sensitive.

◆ isTouchInput

bool isTouchInput = true

Settings, Code
Set to true if touch input should dismiss the white screen.

◆ isUdpInput

bool isUdpInput = false

Settings, Code
Set to true if UDP input should dismiss the white screen.

◆ onScreenMessage

string onScreenMessage = ""

Settings, Code
A message that will be displayed in the center of the screen.

For example, "Touch the screen to begin."

◆ serialInputCount

int serialInputCount = 10

Settings, Code
This can be helpful if the input is noisy or very sensitive.

◆ udpInputCount

int udpInputCount = 1

Settings, Code
The number of UDP datagrams that must be recieved to dismiss the white screen.

This can be helpful if the input is noisy or very sensitive.


The documentation for this class was generated from the following file: