1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-09-24 18:12:01 -05:00

Add Direct Mouse Support (#2374)

* and direct mouse support

* and direct mouse support

* hide cursor if mouse enabled

* add config

* update docs

* sorted usings
This commit is contained in:
emmauss
2021-06-24 00:09:08 +00:00
committed by GitHub
parent a10b2c5ff2
commit 77aab9aca3
16 changed files with 200 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
{
"version": 24,
"version": 27,
"enable_file_log": true,
"res_scale": 1,
"res_scale_custom": 1,
@@ -55,6 +55,7 @@
"custom_theme_path": "",
"start_fullscreen": false,
"enable_keyboard": false,
"enable_mouse": false,
"hotkeys": {
"toggle_vsync": "Tab"
},