Capture Keystrokes & MouseMovements without being in focus?
Tom Glod
tom at makeshyft.com
Thu Jul 5 23:43:12 EDT 2018
Hi folks,
Is it possible to still trigger the rawKey message or the mousemove
message? when the LC stack is not in focus?
I know can can sort of create my own mousemove message by tracking the
absolute (or is it relative) location of the mouse
but the rawkey up message seems like a no go for any kind of workaround
is there something i don't know about?
on rawup
I want to add 1 to MyStats["Keystrokes"]
end rawup
I'm afraid the answer is no....so unless by some miracle ...
Thank you.
More information about the use-livecode
mailing list