how to get the value of current screen brightness level?
how to get the value of current screen brightness level?
If I remember right Symbian SDKs are not including any API for this, though Qt appears to hav eit: http://wiki.forum.nokia.com/index.ph...ation_using_Qt
Hi,
Qt is open source, meaning that you can check its source code for how the API is implemented,
"QSystemDisplayInfoPrivate::displayBrightness"
https://www.assembla.com/code/batlev...182c430852ce62
You can see it actually read the brightness value from a Central Repository, CenRep API is public that means you can copy&paste the code to your own project.
Regards
Ziteng Chen