Efl.Input.Key.string

Description

A UTF8 string if this keystroke has produced a visible string to be added.

Since 1.23

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