|
libpgplotxx.a (C++ interface to PGPLOT)
|
|
inline |
read cursor position, with anchor.
| mode | (input): display mode (0, 1, ..7: see above). |
| posn | (input): if posn=1, PGBAND attempts to place the cursor at point (x,y); if posn=0, it leaves the cursor at its current position. (On some devices this request may be ignored.) |
| xref | (input): the world x-coordinate of the anchor point. |
| yref | (input): the world y-coordinate of the anchor point. |
| x | (in/out): the world x-coordinate of the cursor. |
| y | (in/out): the world y-coordinate of the cursor. |
| ch | (output): the character typed by the user; if the device has no cursor or if some other error occurs, the value CHAR(0) [ASCII NUL character] is returned. |
Definition at line 118 of file device.h.
References curs().
