Unidiff1 files changed, 6 insertions, 2 deletions
|
diff --git a/README b/README index b564016..f259797 100644 --- a/ README+++ b/ README |
|
@@ -15,11 +15,15 @@ used to highlight the selection. |
15 | | 15 | |
16 | r: Reset the display (unzoom). | 16 | r: Reset the display (unzoom). |
17 | | 17 | |
18 | l: Toggle display of the legend (on by default). | | |
19 | | | |
20 | Mouse-wheel: scroll to zoom in or out by 10% of the window size with | 18 | Mouse-wheel: scroll to zoom in or out by 10% of the window size with |
21 | the focus at the center of the window. | 19 | the focus at the center of the window. |
22 | | 20 | |
| | 21 | Visible Geometry: |
| | 22 | |
| | 23 | l: Toggle display of the legend (on by default). |
| | 24 | |
| | 25 | d: Toggle display of the datarose (off by default). |
| | 26 | |
23 | An attempt was made to use the glutPassiveMotionFunc to show the | 27 | An attempt was made to use the glutPassiveMotionFunc to show the |
24 | information for the data under the mouse pointer. This proved to be | 28 | information for the data under the mouse pointer. This proved to be |
25 | too slow so the use of this technique was discarded. The basic | 29 | too slow so the use of this technique was discarded. The basic |
|