Jump to content

Preventing disappearance of cursor on touch screens


 Share

Recommended Posts

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 by yuser
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...