Inheritance: OpenTK.GameWindow
Example #1
0
 public static void Main()
 {
     using (GameWindowStates ex = new GameWindowStates())
     {
         Utilities.SetWindowTitle(ex);
         ex.Run(30.0);
     }
 }
Example #2
0
 public static void Main()
 {
     using (GameWindowStates ex = new GameWindowStates())
     {
         Utilities.SetWindowTitle(ex);
         ex.Run(30.0);
     }
 }