mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 09:31:00 +00:00
Update MouseEventArgs.cs
The IsPressed field was never updated as the pressed parameter was never used.
This commit is contained in:
parent
9a37b72002
commit
077bf0d65e
|
@ -252,6 +252,7 @@ namespace OpenTK.Input
|
|||
: base(x, y)
|
||||
{
|
||||
this.button = button;
|
||||
this.IsPressed = pressed;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in a new issue