mausimus / ShaderGlass

Overlay for running GPU shaders on top of Windows desktop
GNU General Public License v3.0
1.02k stars 37 forks source link

Hide Windows cursor in Capture Cursor mode. #42

Closed MagnusPerotinus closed 2 years ago

MagnusPerotinus commented 2 years ago

Capture Cursor - is it possible to hide the main Windows cursor in this mode somehow (just like DosBox does, for example)? Currently I have two cursors on the screen when I use ShaderGlass with this option enabled. You could bring back the cursor with some keys combination. Thank you and good luck.

mausimus commented 2 years ago

Hiding the cursor would require ShaderGlass to draw its own (like DOSBox does), a bigger feature to get this right. Tracked here: https://github.com/mausimus/ShaderGlass/issues/10