OSSingleton.keepScreenOn

If true the engine tries to keep the screen on while the game is running. Useful on mobile.

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

Meta