Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | display | |
Module | plotter | |
Tool | pgplotwidget |
[ok=bool, x=float, y=float, ch=string]The ``ch'' field is the key that the user struck on the keyboard. Note that it BLOCKS until a key is pressed on the plot area. Setting a callback is usually more flexible than this routine since it tolerates inaction on the users part better.
The function may be passed a position where the programmer guesses that the user will want to position the cursor. It defaults to (0,0).
x | estimated X position | ||
Allowed: | float | ||
Default: | 0 | ||
y | estimated Y position | ||
Allowed: | float | ||
Default: | 0 |