~~Title: Efl.Input.Event.scrolling~~ ====== Efl.Input.Event.scrolling ====== ===== Description ===== %%%%''true''%% if %%[[:develop:api:efl:input:event:property:event_flags|Efl.Input.Event.event_flags]]%% indicates the event happened while scrolling.%% //Since 1.23// {{page>:develop:api-include:efl:input:event:property:scrolling:description&nouser&nolink&nodate}} ===== 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 ===== * [[:develop:api:efl:input:event:property:scrolling|Efl.Input.Event.scrolling]]