Efl.Input.Event.scrolling

Description

true if Efl.Input.Event.event_flags indicates the event happened while scrolling.

Since 1.23

Values

  • val - true if the event happened while scrolling, false otherwise

Signature

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

C signature

Eina_Bool efl_input_scrolling_get(const Eo *obj);
void efl_input_scrolling_set(Eo *obj, Eina_Bool val);

Implemented by