1
0
Fork 0
mirror of https://github.com/Ryujinx/Opentk.git synced 2025-01-12 09:15:36 +00:00
Opentk/Source/GLControl
2009-09-02 22:55:51 +00:00
..
Properties Moved OpenTK.GLControl to its own project. 2009-08-19 14:17:47 +00:00
CarbonGLControl.cs Moved OpenTK.GLControl to its own project. 2009-08-19 14:17:47 +00:00
DummyGLControl.cs Moved OpenTK.GLControl to its own project. 2009-08-19 14:17:47 +00:00
GLControl.cs * GLControl.cs: Removed call to CreateControl from the GLControl constructor. The GLControl is now constructed lazily, as regular UserControls do. Fixes issue []: "Not firing Load event for GLControl." 2009-09-02 12:06:41 +00:00
GLControl.Designer.cs Moved OpenTK.GLControl to its own project. 2009-08-19 14:17:47 +00:00
GLControl.resx Moved OpenTK.GLControl to its own project. 2009-08-19 14:17:47 +00:00
GLControlFactory.cs Moved OpenTK.GLControl to its own project. 2009-08-19 14:17:47 +00:00
IGLControl.cs Moved OpenTK.GLControl to its own project. 2009-08-19 14:17:47 +00:00
WinGLControl.cs Create the WinGLControl unconditionally in the constructor. Construction/destruction is done lazily when the actual GLControl handle is created/destroyed. 2009-09-02 22:55:51 +00:00
X11GLControl.cs * GLControl.cs: Delayed creation of IGLControl implementation until 2009-09-02 12:00:44 +00:00