mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
whitespace
This commit is contained in:
parent
93d1476a2a
commit
3a0d9c1435
1 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ namespace Ryujinx.Ava.UI.ViewModels.Input
|
|||
private const int StickScaleFactor = 45;
|
||||
|
||||
private IGamepad _selectedGamepad;
|
||||
|
||||
|
||||
// Offset from origin for UI stick visualization.
|
||||
private (float, float) _uiStickLeft;
|
||||
private (float, float) _uiStickRight;
|
||||
|
|
@ -76,7 +76,7 @@ namespace Ryujinx.Ava.UI.ViewModels.Input
|
|||
OnPropertyChanged(nameof(UiDeadzoneRight));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public (float, float) UiStickRight
|
||||
{
|
||||
get => (_uiStickRight.Item1 * StickScaleFactor, _uiStickRight.Item2 * StickScaleFactor);
|
||||
|
|
|
|||
Loading…
Reference in a new issue