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