To make the screen does not stop, I have in the program:
Awake.KeepAlive (False). It works fine.
I need to know if it has entered in the low light mode.
I tried to read the brightness of the screen: p.GetSettings ("screen_brightness")
but the value is not changed (always shows the same value).
Is there any way to know the state of KeepAlive?
Thank you.
Awake.KeepAlive (False). It works fine.
I need to know if it has entered in the low light mode.
I tried to read the brightness of the screen: p.GetSettings ("screen_brightness")
but the value is not changed (always shows the same value).
Is there any way to know the state of KeepAlive?
Thank you.