コード例 #1
0
ファイル: Control.cs プロジェクト: alexcmd/OpenTKGUI
 /// <summary>
 /// Updates the state of the control as a root control.
 /// </summary>
 public void Update(GUIContext Context, double Time)
 {
     this.Update(Context.CreateRootControlContext(this, new Point(0.0, 0.0)), Time);
 }