.. index:: pair: struct; EE::Window::InputEvent::TextEditingEvent .. _doxid-struct_e_e_1_1_window_1_1_input_event_1_1_text_editing_event: struct EE::Window::InputEvent::TextEditingEvent =============================================== .. toctree:: :hidden: Text editing event (text composition) .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct TextEditingEvent { // fields const char* :target:`text`; :ref:`Int32` :target:`start`; :ref:`Int32` :target:`length`; };