Started work on splitting WinForms related things out of this class.
This commit is contained in:
parent
f240e20934
commit
17015e978f
1 changed files with 3 additions and 3 deletions
|
@ -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