|
lsst.display.matplotlib
master-gb963a833dc+24
|
Public Member Functions | |
| def | __init__ (self, fig) |
| def | post_event (self) |
| def | __call__ (self, timeout=-1) |
Public Attributes | |
| ev | |
| details of the event to pass back to the display | |
Callable class to retrieve a single keyboard click
| def lsst.display.matplotlib.matplotlib.BlockingKeyInput.__init__ | ( | self, | |
| fig | |||
| ) |
Create a BlockingKeyInput \param fig The figure to monitor for keyboard events
| def lsst.display.matplotlib.matplotlib.BlockingKeyInput.__call__ | ( | self, | |
timeout = -1 |
|||
| ) |
Blocking call to retrieve a single key click Returns key or None if timeout
| def lsst.display.matplotlib.matplotlib.BlockingKeyInput.post_event | ( | self | ) |
Return the event containing the key and (x, y)
1.8.13