From 4cf52f29b926a924d838a3158d5c78b3337ee0ee Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Mon, 13 Sep 2021 19:52:21 +0300 Subject: 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. --- src/defs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/defs.h') diff --git a/src/defs.h b/src/defs.h index 6b12c86c..c3a23596 100644 --- a/src/defs.h +++ b/src/defs.h @@ -151,6 +151,8 @@ iLocalDef int acceptKeyMod_ReturnKeyBehavior(int behavior) { #define magnifyingGlass_Icon "\U0001f50d" #define midEllipsis_Icon "\u00b7\u00b7\u00b7" #define return_Icon "\u23ce" +#define undo_Icon "\u23ea" +#define select_Icon "\u2b1a" #if defined (iPlatformApple) # define shift_Icon "\u21e7" -- cgit v1.2.3