Register that backlight is on with C#

  • Thread starter Thread starter Carsten Marx
  • Start date Start date
C

Carsten Marx

Hello,
is there an easy way to register if the backlight is on or off when i
touch the screen with the stylus?
I would be nice for my app, so that when the backlight is off no action
is performed by clicking on the screen..

Thanks for any help

Regards
Carsten
 
I doubt there's any way to do it - definitely not a standard way. The
backlight is supposed to come on when the touch panel gets an interrupt -
that's handled by the touchpanel driver communicating with the backlight
driver through the OS. Getting in between them would be difficult. I'm
also not aware of any standard API for determining the current backlight
state.

-Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top