mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-23 13:31:01 +00:00
Fixed line endings.
This commit is contained in:
parent
1abaa88bbf
commit
b5fb1361ef
|
@ -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