mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-22 09:01:00 +00:00
Clean up
This commit is contained in:
parent
90e9c28cbd
commit
9062f8ed30
|
@ -778,7 +778,6 @@ namespace OpenTK.Platform.Windows
|
||||||
return IntPtr.Zero;
|
return IntPtr.Zero;
|
||||||
|
|
||||||
case WindowMessage.LBUTTONDOWN:
|
case WindowMessage.LBUTTONDOWN:
|
||||||
Console.WriteLine("ola");
|
|
||||||
HandleLButtonDown(handle, message, wParam, lParam);
|
HandleLButtonDown(handle, message, wParam, lParam);
|
||||||
return IntPtr.Zero;
|
return IntPtr.Zero;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue