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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user