Ignore first touch event when screen saver is enabled - Windows

97 views Asked by At

Is there any solution to prevent the first touch event when the screen saver is enabled on Windows?

The problem is when screen saver is on if the user touches the screen, there is a chance to perform some action (press the button, etc) of an always full screen running application.

The application is written in WPF, so I'm thinking about creating a user control that would catch the first click and after that disappear from the screen. When the screen saver is on again, the user control would be activated again.

I'm wondering if there is some more elegant solution in Windows settings for this issue?

0

There are 0 answers