Ember
A C++ 20 'game engine' built with SDL3 with wide platform support.
|
This is the complete list of members for TextInputManager, including all inherited members.
clear_text() | TextInputManager | |
delete_char_at_cursor() | TextInputManager | |
get_composition() const | TextInputManager | inline |
get_cursor_position() const | TextInputManager | inline |
get_text() const | TextInputManager | inline |
insert_text(const std::string &text) | TextInputManager | |
is_active() const | TextInputManager | inline |
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 |