mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 03:55:33 +00:00
Started work on splitting WinForms related things out of this class.
This commit is contained in:
parent
f240e20934
commit
17015e978f
|
@ -97,9 +97,9 @@ namespace OpenTK.OpenGL.Platform
|
|||
X11Api.Free(glxVisualInfo);
|
||||
}
|
||||
|
||||
c.MouseDown += new MouseEventHandler(c_MouseDown);
|
||||
c.MouseLeave += new EventHandler(c_MouseLeave);
|
||||
c.MouseUp += new MouseEventHandler(c_MouseUp);
|
||||
//c.MouseDown += new MouseEventHandler(c_MouseDown);
|
||||
//c.MouseLeave += new EventHandler(c_MouseLeave);
|
||||
//c.MouseUp += new MouseEventHandler(c_MouseUp);
|
||||
}
|
||||
|
||||
void c_MouseDown(object sender, MouseEventArgs e)
|
||||
|
|
Loading…
Reference in a new issue