Public Attributes | |
int64_t | client_id = -1 |
const gchar * | input_type = "TextInputType.text" |
const gchar * | input_action = "TextInputAction.none" |
gboolean | enable_delta_model = false |
Definition at line 35 of file fl_text_input_handler_test.cc.
int64_t InputConfig::client_id = -1 |
Definition at line 36 of file fl_text_input_handler_test.cc.
Referenced by build_input_config().
gboolean InputConfig::enable_delta_model = false |
Definition at line 39 of file fl_text_input_handler_test.cc.
Referenced by build_input_config().
const gchar* InputConfig::input_action = "TextInputAction.none" |
Definition at line 38 of file fl_text_input_handler_test.cc.
Referenced by build_input_config().
const gchar* InputConfig::input_type = "TextInputType.text" |
Definition at line 37 of file fl_text_input_handler_test.cc.
Referenced by build_input_config().