I've also added support for a blinking cursor to the edit_text example, to test out this functionality.
Reporting when/how to blink the cursor is a bit of an open question at the moment - it could even be the responsibility of the IME (via the input lock system?). But that can be improved later
I don't think so? Any locking is internal to the loop registration (and I don't believe we re-entrantly call app handlers within any registration methods)
This was luckily really simple.
I've also added support for a blinking cursor to the edit_text example, to test out this functionality.
Reporting when/how to blink the cursor is a bit of an open question at the moment - it could even be the responsibility of the IME (via the input lock system?). But that can be improved later