OSSingleton.lowProcessorUsageMode

If true the engine optimizes for low processor usage by only refreshing the screen if needed. Can improve battery consumption on mobile.

  1. bool lowProcessorUsageMode [@property getter]
  2. bool lowProcessorUsageMode [@property setter]
    struct OSSingleton
    @nogc nothrow @property
    void
    lowProcessorUsageMode
    (
    bool v
    )

Meta