示例#1
0
 public bool dispatch(Gui.Event that) => this.box.dispatch(that);
示例#2
0
 public override void process(Gui.Event event_)
 {
     Console.Error.WriteLine("Button pressed: " + this.id);
     this.outer.left = this.outer.left + this.leftDelta;
     this.outer.top  = this.outer.top + this.topDelta;
 }
示例#3
0
 public override void process(Gui.Event event_)
 {
 }