Hi,
I need to capture the stylus input, when the stylus is pressed
anywhere on the screen (outside the bounds of my application), much
like the "write anywhere" option of the transcriber.
I was able to create a SIP (soft input panel) application, and I
can capture the stylus input in that application window. If I use the
SetCapture() function, I can capture the whole stroke, only if it
started within the bounds of the SIP, and later dragged outside the
window bounds. But how can I capture it when the stroke starts
outside the bounds of my application ? Any help will be appreciated.
Thanks