1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-09-25 08:12:02 -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

@@ -22,6 +22,7 @@
"enable_fs_integrity_checks",
"fs_global_access_log_mode",
"enable_keyboard",
"enable_mouse",
"keyboard_config",
"controller_config"
],
@@ -1438,6 +1439,17 @@
false
]
},
"enable_mouse": {
"$id": "#/properties/enable_mouse",
"type": "boolean",
"title": "(HID) Mouse Enable",
"description": "Enable or disable direct mouse access (HID) support (Provides games access to your mouse as a pointing device)",
"default": false,
"examples": [
true,
false
]
},
"hotkeys": {
"$id": "#/properties/hotkeys",
"type": "object",