Home
Help
Search
Login
Register
Attract-Mode Support Forum
»
Attract-Mode Support
»
General
»
Hiding cursor when running Demul? *Windows 7*
« previous
next »
Print
Pages: [
1
]
Author
Topic: Hiding cursor when running Demul? *Windows 7* (Read 5619 times)
tonberryhunter
Full Member
Posts: 60
Hiding cursor when running Demul? *Windows 7*
«
on:
March 15, 2017, 12:31:45 AM »
Does anyone have a way to hide the cursor when running Demul in Attract Mode in Windows 7?
Logged
hermine.potter
Hero Member
Posts: 767
Re: Hiding cursor when running Demul? *Windows 7*
«
Reply #1 on:
March 15, 2017, 11:53:09 PM »
@tonberryhunter
use external scripts to move mouse cursor from windows focus (e.g.
autoit
)
If your display is 1920 to 1200, take the half of the y coordinate (1200 : 2 = 600 )
Code:
[Select]
MouseMove(1920, 600, 0)
compile it and set .exe to windows autostart
or
use external applications (e.g.
AutoHideMouseCursor
)
or
Download instant sheller
> use the BlackDOT.cur from downloaded archive as your standard mouse cursor
or
Disable Windows GUI with install sheller completly
Logged
AM Version : 2.6.1
Input : Mad Catz Brawlstick; Mouse; Keyboard; Xbox360 Wireless
Cabinet : Yes
OS : Windows10 Pro
System : Dell Precision T3500 ; Intel X5650 ; 12GB RAM
Print
Pages: [
1
]
« previous
next »
Attract-Mode Support Forum
»
Attract-Mode Support
»
General
»
Hiding cursor when running Demul? *Windows 7*