~~Title: Efl.Input.Key.string~~ ====== Efl.Input.Key.string ====== ===== Description ===== %%A UTF8 string if this keystroke has produced a visible string to be added.%% //Since 1.23// {{page>:develop:api-include:efl:input:key:property:string:description&nouser&nolink&nodate}} ===== Values ===== * **val** - %%Visible string produced by this key event, in UTF8.%% ===== Signature ===== @property string { get {} set {} values { val: string; } } ===== C signature ===== const char *efl_input_key_string_get(const Eo *obj); void efl_input_key_string_set(Eo *obj, const char *val); ===== Implemented by ===== * [[:develop:api:efl:input:key:property:string|Efl.Input.Key.string]]