Merge pull request #188 from xThaWolfx/patch-1
Update MouseEventArgs.cs
This commit is contained in:
commit
1f96bc87f4
1 changed files with 1 additions and 0 deletions
|
@ -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