mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-25 19:21:11 +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);
|
X11Api.Free(glxVisualInfo);
|
||||||
}
|
}
|
||||||
|
|
||||||
c.MouseDown += new MouseEventHandler(c_MouseDown);
|
//c.MouseDown += new MouseEventHandler(c_MouseDown);
|
||||||
c.MouseLeave += new EventHandler(c_MouseLeave);
|
//c.MouseLeave += new EventHandler(c_MouseLeave);
|
||||||
c.MouseUp += new MouseEventHandler(c_MouseUp);
|
//c.MouseUp += new MouseEventHandler(c_MouseUp);
|
||||||
}
|
}
|
||||||
|
|
||||||
void c_MouseDown(object sender, MouseEventArgs e)
|
void c_MouseDown(object sender, MouseEventArgs e)
|
||||||
|
|
Loading…
Reference in a new issue