SetWindowDas.m 426 B

1234567891011
  1. function SetWindowDas()
  2. global Par
  3. NumWins = size(Par.WIN, 2);
  4. WIN = Par.WIN;
  5. dassetwindow( NumWins, WIN(:), Par.Bsqr, Par.SCx*Par.xdir, Par.SCy*Par.ydir )
  6. %1st: number of control windows
  7. %2nd: Parameters of position, width and height
  8. %3rd: bool; square (1) or ellips (0) ; target areas are square or elliptic
  9. %4th: eyetrace scaling in x direction
  10. %5th: eytrace scaling in y direction