PR Feedback
This commit is contained in:
parent
f4a26b4fcc
commit
cc215e4ac7
1 changed files with 1 additions and 2 deletions
|
@ -104,7 +104,7 @@ namespace Ryujinx.Ava
|
||||||
};
|
};
|
||||||
|
|
||||||
private CursorStates _cursorState = !ConfigurationState.Instance.Hid.EnableMouse.Value ?
|
private CursorStates _cursorState = !ConfigurationState.Instance.Hid.EnableMouse.Value ?
|
||||||
CursorStates.CursorIsVisible : CursorStates.CursorIsHidden;
|
CursorStates.CursorIsVisible : CursorStates.CursorIsHidden;
|
||||||
|
|
||||||
private bool _isStopped;
|
private bool _isStopped;
|
||||||
private bool _isActive;
|
private bool _isActive;
|
||||||
|
@ -237,7 +237,6 @@ namespace Ryujinx.Ava
|
||||||
windowYLimit += window.StatusBarHeight + 1;
|
windowYLimit += window.StatusBarHeight + 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
_isCursorInRenderer = point.X >= bounds.X &&
|
_isCursorInRenderer = point.X >= bounds.X &&
|
||||||
Math.Ceiling(point.X) <= (int)window.Bounds.Width &&
|
Math.Ceiling(point.X) <= (int)window.Bounds.Width &&
|
||||||
point.Y >= windowYOffset &&
|
point.Y >= windowYOffset &&
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue