yuser Posted March 15, 2015 Posted March 15, 2015 (edited) Hello, i'd like to ask how i can prevent the disappearance of cursor on touch screens-it's like if you don't touch it for 2-3 secs it disappears until you touch again. I want to prevent tthat, if it's possible.(I'm going to use it for a script that lets the user note on screen like a pen) Thank you P.S : if it's possible, it would only work when script is the active window Edited March 15, 2015 by yuser
ViciousXUSMC Posted March 17, 2015 Posted March 17, 2015 I used to use a script that would move the mouse cursor 1px left and then 1px right every 3 minutes to prevent the monitor from sleeping. Something like that may just work for you as well. As for only being active with the window active. I would try If WinActive() and put it in a loop. If the scipt itself is the window, create an Autoit GUI window.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now