Efl.Input.Event.processed

Description

true if Efl.Input.Event.event_flags indicates the event is on hold.

Since 1.23

Values

  • val - true if the event is on hold, false otherwise

Signature

@property processed {
    get {}
    set {}
    values {
        val: bool;
    }
}

C signature

Eina_Bool efl_input_processed_get(const Eo *obj);
void efl_input_processed_set(Eo *obj, Eina_Bool val);

Implemented by