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.");
/// "Using fullscreen on macOS makes interacting with the menu bar and spaces no longer work, and may lead to freezes if a system dialog is presented. Using borderless is recommended."
publicstaticLocalisableStringFullscreenMacOSNote=>newTranslatableString(getKey(@"fullscreen_macos_note"),@"Using fullscreen on macOS makes interacting with the menu bar and spaces no longer work, and may lead to freezes if a system dialog is presented. Using borderless is recommended.");