diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-09-13 19:52:21 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-09-13 19:52:21 +0300 |
commit | 4cf52f29b926a924d838a3158d5c78b3337ee0ee (patch) | |
tree | df72c72e3edccb9ce88136c7caa6d3644b1c8349 /src/defs.h | |
parent | aeb65e88297725634a4e55663e2ecc83805d9073 (diff) |
Mobile: New selection logic for InputWidget
Touch-based interaction requires a different kind of selection and copy/paste behavior. This isn't done yet; especially multi-line text still needs work.
Diffstat (limited to 'src/defs.h')
-rw-r--r-- | src/defs.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -151,6 +151,8 @@ iLocalDef int acceptKeyMod_ReturnKeyBehavior(int behavior) { | |||
151 | #define magnifyingGlass_Icon "\U0001f50d" | 151 | #define magnifyingGlass_Icon "\U0001f50d" |
152 | #define midEllipsis_Icon "\u00b7\u00b7\u00b7" | 152 | #define midEllipsis_Icon "\u00b7\u00b7\u00b7" |
153 | #define return_Icon "\u23ce" | 153 | #define return_Icon "\u23ce" |
154 | #define undo_Icon "\u23ea" | ||
155 | #define select_Icon "\u2b1a" | ||
154 | 156 | ||
155 | #if defined (iPlatformApple) | 157 | #if defined (iPlatformApple) |
156 | # define shift_Icon "\u21e7" | 158 | # define shift_Icon "\u21e7" |