r57zone / DualShock4-emulator

DualShock4 emulation for Xbox controllers or keyboard and mouse / Эмуляция DualShock4 для Xbox контроллеров или клавиатуры и мыши
https://youtu.be/17hY1zTqoYQ
The Unlicense
189 stars 30 forks source link

Feature: HideCursorAfterStart=1 by default #40

Closed goloskokovic closed 2 years ago

goloskokovic commented 2 years ago

To hide the cursor after startup, change HideCursorAfterStart to 1, to restore the cursor, close the program by pressing "ALT" + "ESCAPE" or "~".

This is not intuitive.

r57zone commented 2 years ago

This is necessary so that people understand how this trick works, if done by default, people may panic. I will probably need to add a description of this to the program interface.

goloskokovic commented 2 years ago

Make available to show/hide cursor by pressing ["some key"] on the keyboard.

r57zone commented 2 years ago

there is a problem that cannot hide and return the cursor multiple times, so I had to do this

r57zone commented 2 years ago

I added a button to hide the cursor, it will probably be a little more convenient now. Unfortunately, you cannot constantly turn it on and off due to the peculiarities of changing the cursor. but can press it once to quickly hide it for the game after the settings.

goloskokovic commented 2 years ago

your work is greatly appreciated