示例#1
0
 static void Main()
 {
     using (LCMGame game = new LCMGame()) {
         TextInputWrapper.Current = new TextInputWrapper.DesktopGl <TextInputEventArgs>((w, c) => w.TextInput += c);
         game.Run();
     }
 }
示例#2
0
 protected override void Initialize()
 {
     Inst = this;
     this.IsMouseVisible = true;
     base.Initialize();
 }