Is there a way to collect the text input from a key event? Like not the pressed key code, but the re...
a
Is there a way to collect the text input from a key event? Like not the pressed key code, but the resulting string from a (chain of) key press. Similar to QKeyEvent::text() in qt