mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-25 17:05:37 +00:00
Fixed line endings.
This commit is contained in:
parent
dda7624efa
commit
027c6eb542
|
@ -195,7 +195,7 @@ namespace OpenTK.Input
|
|||
else if (ButtonUp != null && !value && button[(int)b])
|
||||
ButtonUp(this, b);
|
||||
button[(int)b] = value;
|
||||
|
||||
|
||||
//System.Diagnostics.Debug.Print("Mouse button {0} {1}", b, value ? "down" : "up");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue