Computer Science Canada Any Way to Hide Cursor In Turing Window ?? |
Author: | brownni [ Tue Jan 24, 2012 8:39 pm ] |
Post subject: | Any Way to Hide Cursor In Turing Window ?? |
What is it you are trying to achieve? I am trying to find a script, or built in function that will hide the cursor during my game What is the problem you are having? I cant find anywhere on anything that will help http://compsci.ca/v3/images/smiles/icon_redface.gif Describe what you have tried to solve this problem Well so far i have a script made in AutoHotKey< Dont know if naming another program is against rules :/ The only down side to this script is that it makes a pop up that always starts on top of program and you have to minimize! Please specify what version of Turing you are using Version 4.1.1 |
Author: | Tony [ Tue Jan 24, 2012 8:55 pm ] |
Post subject: | RE:Any Way to Hide Cursor In Turing Window ?? |
There is no such build-in functionality. Use of external scripts is the only way to do it. If you have such an external script, it can be run with Sys.Exec |
Author: | Velocity [ Wed Jan 25, 2012 12:03 am ] |
Post subject: | RE:Any Way to Hide Cursor In Turing Window ?? |
is this what u wanted? view.set (''nocursor'') |
Author: | Tony [ Wed Jan 25, 2012 12:27 am ] |
Post subject: | RE:Any Way to Hide Cursor In Turing Window ?? |
oh... maybe. I was thinking of the mouse cursor. That's the one that's typically asked about. |
Author: | brownni [ Wed Jan 25, 2012 7:11 am ] |
Post subject: | RE:Any Way to Hide Cursor In Turing Window ?? |
No i was talking about Like Mouse Cursor, and Thanks tony im using the sys.exec command now. Just the script im using is kind of annoying but i found it off the internet ![]() |