Merge pull request #188 from xThaWolfx/patch-1

Update MouseEventArgs.cs
This commit is contained in:
thefiddler 2014-10-13 18:19:11 +02:00
commit 1f96bc87f4

View file

@ -252,6 +252,7 @@ namespace OpenTK.Input
: base(x, y) : base(x, y)
{ {
this.button = button; this.button = button;
this.IsPressed = pressed;
} }
/// <summary> /// <summary>