Text editing event (text composition)
#include <inputevent.hpp> struct TextEditingEvent { // fields const char* text; Int32 start; Int32 length; };