mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-06-20 12:07:50 +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)
|
: base(x, y)
|
||||||
{
|
{
|
||||||
this.button = button;
|
this.button = button;
|
||||||
|
this.IsPressed = pressed;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in a new issue