mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-23 04:46:27 -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:
@@ -14,7 +14,7 @@ namespace Ryujinx.Configuration
|
||||
/// <summary>
|
||||
/// The current version of the file format
|
||||
/// </summary>
|
||||
public const int CurrentVersion = 26;
|
||||
public const int CurrentVersion = 27;
|
||||
|
||||
public int Version { get; set; }
|
||||
|
||||
@@ -224,6 +224,11 @@ namespace Ryujinx.Configuration
|
||||
/// </summary>
|
||||
public bool EnableKeyboard { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Enable or disable mouse support (Independent from controllers binding)
|
||||
/// </summary>
|
||||
public bool EnableMouse { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Hotkey Keyboard Bindings
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user