diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2022-11-30 13:10:59 +0000 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2022-11-30 13:11:13 +0000 |
| commit | 2b5a4a062cf3f1ea6b64a92b8735a49b517f4557 (patch) | |
| tree | 8f6d0399442003e516a76b73ed8f21df770673bd | |
| parent | dbb2d2adb28eec4258783aa37589ccf4a3265f8f (diff) | |
| download | puzzles-2b5a4a062cf3f1ea6b64a92b8735a49b517f4557.zip puzzles-2b5a4a062cf3f1ea6b64a92b8735a49b517f4557.tar.gz puzzles-2b5a4a062cf3f1ea6b64a92b8735a49b517f4557.tar.bz2 puzzles-2b5a4a062cf3f1ea6b64a92b8735a49b517f4557.tar.xz | |
Document how Enter and Space are handled in the mid-end
They've been canonicalised to CURSOR_SELECT and CURSOR_SELECT2 since
2008.
| -rw-r--r-- | devel.but | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1029,7 +1029,8 @@ mouse button will have appeared in between. \dd On platforms which have one or two prominent \q{select} button alongside their cursor keys, indicates that one of those buttons was -pressed. +pressed. On other platforms, these represent the Enter (or Return) +and Space keys respectively. In addition, there are some modifiers which can be bitwise-ORed into the \c{button} parameter: |