Ember
A C++ 20 'game engine' built with SDL3 with wide platform support.
TextInputManager Member List

This is the complete list of members for TextInputManager, including all inherited members.

clear_text()TextInputManager
delete_char_at_cursor()TextInputManager
get_composition() constTextInputManagerinline
get_cursor_position() constTextInputManagerinline
get_text() constTextInputManagerinline
insert_text(const std::string &text)TextInputManager
is_active() constTextInputManagerinline
move_cursor(int offset)TextInputManager
process_event(const SDL_Event &event)TextInputManager
set_text(const std::string &text)TextInputManager
start_input(SDL_Window *window)TextInputManager
stop_input(SDL_Window *window)TextInputManager