Összes téma > Steam fórumok > Help and Tips > Téma részletei
steam big picture mod mouse cursor
While using the gamepad, the big screen mode exposes the mouse cursor as it is without hiding it. I've seen pad recognition work well, but this hasn't been fixed. I'm wondering how I can hide the mouse cursor.
< >
11/1 megjegyzés mutatása
So this is a workaround because it was driving me crazy too, but assuming you're on Windows I use nircmd.exe, a simple scripting tool, to move it out of the way. To do that:

Download nircmd.exe from here: https://www.nirsoft.net/nircmd/

Copy nircmd.exe to the same folder as your main Steam program (probably C:\Program Files (x86)\Steam)
Create a file called "RunSteam.bat" (or whatever you want to call it). You might need to make sure you have file extensions visible so that it doesn't turn into a "bat.txt" file. Right-click it and click edit.
Paste the following in the file:

"%~dp0nircmd.exe" movecursor 10 10
"%~dp0nircmd.exe" setcursor 5000 5000
"%~dp0steam.exe" -bigpicture

Save it and just run this file whenever you want to play Steam in big picture mode.
(The first command isn't necessary unless you're switching or disabling monitors to play in big picture mode, but it can't hurt. Basically something needs to "jiggle" the mouse for the second command to work, which basically moves it to the bottom right corner. If you happen to have a monitor with a higher resolution than 5000x5000, just increase those numbers ;) )

I use nircmd in conjunction with DisplayFusion to switch Steam to a TV, disable all the other monitors, get rid of the mouse cursor, change the sound from my PC speakers to the TV, then change it all back when I'm done playing and exit Steam. Pretty great tool!

Note that if you have Steam change to a preferred monitor when in big picture mode, the script above probably won't work. Switching to the monitor with DisplayFusion rather than the built in Steam setting gives you more control and will work (but unfortunately costs money), but the nircmd scripts need to run before Steam.exe is run. Theoretically you should be able to get around this by putting "start" in front of the nircmd commands, but when I tested it briefly it wasn't working for me.
< >
11/1 megjegyzés mutatása
Laponként: 1530 50

Összes téma > Steam fórumok > Help and Tips > Téma részletei
Közzétéve: jan. 30., 21:23
Hozzászólások: 1