home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-I / help / base / locator < prev    next >
Encoding:
Text File  |  1997-04-23  |  620 b   |  22 lines

  1.     
  2.     _G_r_a_p_h_i_c_a_l _I_n_p_u_t
  3.     
  4.          locator(n=1)
  5.     
  6.     _D_e_s_c_r_i_p_t_i_o_n:
  7.     
  8.          locator reads the position of the graphics cursor when
  9.          the (first) mouse button is pressed.  Unless the pro-
  10.          cess is terminated prematurely by the user (see below)
  11.          at most n positions are determined.
  12.     
  13.          The input process can be terminated prematurely by
  14.          pressing any mouse button other than the first, or by
  15.          clicking outside the graphics window.
  16.     
  17.     _V_a_l_u_e:
  18.     
  19.          A list containing x and y components which are the
  20.          coordinates of the identified points.
  21.     
  22.