Example #1
0
 internal AttachedMouse(IMouseWithActionListener mouse, IActionListener actionListener)
 {
     this.actionListener = actionListener;
     this.mouse          = mouse;
 }
Example #2
0
 public void BaseSetUp()
 {
     Mouse    = new Mouse();
     Keyboard = new Keyboard();
 }