public HumanLikeInputGenerator(IMouseTrailCollection trails)
 {
     width = System.Windows.Forms.Screen.PrimaryScreen.Bounds.Width;
     height = System.Windows.Forms.Screen.PrimaryScreen.Bounds.Height;
     this.trails = trails;
 }
Example #2
0
 public HumanLikeInputGenerator(IMouseTrailCollection trails)
 {
     width       = System.Windows.Forms.Screen.PrimaryScreen.Bounds.Width;
     height      = System.Windows.Forms.Screen.PrimaryScreen.Bounds.Height;
     this.trails = trails;
 }