struct EE::Window::InputMethod::State

#include <inputmethod.hpp>

struct State {
    // fields

    String text;
    Int32 start { 0 };
    Int32 length { 0 };
};