Beispiel #1
0
 public static void Main()
 {
     TextInputWrapper.Current = new TextInputWrapper.DesktopGl <TextInputEventArgs>((w, c) => w.TextInput += c);
     using var game           = new GameImpl();
     game.Run();
 }
Beispiel #2
0
 public GameImpl()
 {
     Instance = this;
 }