FAST SDK Coding Reference 1.0.3
|
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. | |
A data structure to store FAST.WhiteScreenManager settings.
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.
This can be helpful if the input is noisy or very sensitive.
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.
For example, "Touch the screen to begin."
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.
This can be helpful if the input is noisy or very sensitive.