コード例 #1
0
ファイル: Game1.cs プロジェクト: disks86/MonoGameUI
 void testButton_MouseUp(object sender, MonoGameUI.MouseControlEventArgs e)
 {
     int i = 0; //stub for break point.
 }
コード例 #2
0
ファイル: Game1.cs プロジェクト: disks86/MonoGameUI
 void testButton_Clicked(object sender, MonoGameUI.ControlEventArgs e)
 {
     int i = 0; //stub for break point.
     base.Exit();
 }