You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might actually be a more complex API on desktop. It seems on MacOS at least, you can either disable the display from shutting off entirely (which would be desired in eg a movie player), or disable the system from sleeping but allowing the display to turn off (which would be useful for eg. a music player). Perhaps SetDisableScreenBlanking should be moved to the mobile driver to allow a more complex three-state API for desktop, if it is possible for other OSes as well.
That is a good point. But conceptually isn't the screen going off and the system sleeping separate concerns? I.e. disabling the screen off is universal but disabling suspend/sleep is desktop specific?
Checklist
Is your feature request related to a problem?
SetDisableScreenBlanking(bool) was added mobile only for first pass
Is it possible to construct a solution with the existing API?
No response
Describe the solution you'd like to see.
support all platforms
The text was updated successfully, but these errors were encountered: