Home
last modified time | relevance | path

Searched refs:chat_input_keypress_callback (Results 1 – 2 of 2) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/gui/widgets/
H A Dchatbox.hpp167 void chat_input_keypress_callback(const SDL_Keycode key);
H A Dchatbox.cpp92 std::bind(&chatbox::chat_input_keypress_callback, this, _5)); in finalize_setup()
144 void chatbox::chat_input_keypress_callback(const SDL_Keycode key) in chat_input_keypress_callback() function in gui2::chatbox