Hello all,
I'm working on a simple key/screen lock application. I'd like to keep
it as simple as possible. I'd like to be able to show, for example,
the today screen, but prevent any mouse taps from going through to it.
It seems I should be able to trap key presses alright but I'm at a
loss for trapping any mouse presses outside of my application window.
Alternatively, is there any way to completely shut off screens taps
altogether?