publicstaticLocalisableStringCheckingForFullscreenCapabilities=>newTranslatableString(getKey(@"checking_for_fullscreen_capabilities"),@"Checking for fullscreen capabilities...");
/// <summary>
/// "osu! is running exclusive fullscreen, guaranteeing low latency!"
/// </summary>
publicstaticLocalisableStringOsuIsRunningExclusiveFullscreen=>newTranslatableString(getKey(@"osu_is_running_exclusive_fullscreen"),@"osu! is running exclusive fullscreen, guaranteeing low latency!");
/// <summary>
/// "Unable to run exclusive fullscreen. You'll still experience some input latency."
/// </summary>
publicstaticLocalisableStringUnableToRunExclusiveFullscreen=>newTranslatableString(getKey(@"unable_to_run_exclusive_fullscreen"),@"Unable to run exclusive fullscreen. You'll still experience some input latency.");
/// "Running fullscreen on macOS takes full control away from the system, this could lead to system-wide freezes if the game becomes unresponsive."
/// </summary>
publicstaticLocalisableStringFullscreenMacOSNote=>newTranslatableString(getKey(@"fullscreen_macos_note"),@"Running fullscreen on macOS takes full control away from the system, this could lead to system-wide freezes if the game becomes unresponsive.");