Files
SDL/src
Deve eddaf870f5 Avoid textinput events when pasting from clipboard on iOS.
I handle command+C and command+V shortcuts for copy/paste from clipboard using
SDL_GetClipboardText/SDL_SetClipboardText. But on iOS command+V shortcut is
also handled by system, so that I also get textinput event with that clipboard
text. And thus the application gets this clipboard text twice (from
SDL_GetClipboardText and from textinput event).

I assume that intended behavior is that command+V shouldn't generate textinput
events. At least as far as I know ctrl+V on other platforms does nothing. This
commit disables paste action for UITextField, so that textinput event isn't
generated anymore.
2023-01-04 13:52:15 -08:00
..
2023-01-03 15:59:35 -08:00
2023-01-03 15:59:35 -08:00
2022-12-29 23:12:19 -08:00
2023-01-04 08:54:46 -08:00
2022-12-27 06:36:39 -08:00
2022-12-27 15:05:51 -08:00
2022-12-27 15:05:51 -08:00