StandbyMode.None
static StandbyMode None
Description
The main thread will continue to execute, but with a very short sleep each frame. This allows the app to continue polling and processing, but without flooding the CPU with polling work while vsync is no longer the throttle. This will not disable sound.
Found an issue with these docs, or have some additional questions? Create an Issue on Github!