Function OSSingleton.lowProcessorUsageMode
If true
, the engine optimizes for low processor usage by only refreshing the screen if needed. Can improve battery consumption on mobile.
bool lowProcessorUsageMode() nothrow @property @nogc;
void lowProcessorUsageMode
(
bool v
) nothrow @property @nogc;