~~Title: Efl.Input.Pointer.wheel_horizontal~~ ====== Efl.Input.Pointer.wheel_horizontal ====== ===== Description ===== %%Direction of the wheel, usually vertical.%% //Since 1.23// {{page>:develop:api-include:efl:input:pointer:property:wheel_horizontal:description&nouser&nolink&nodate}} ===== Values ===== * **horizontal** - %%If %%''true''%% this was a horizontal wheel.%% ===== Signature ===== @property wheel_horizontal { get {} set {} values { horizontal: bool (false); } } ===== C signature ===== Eina_Bool efl_input_pointer_wheel_horizontal_get(const Eo *obj); void efl_input_pointer_wheel_horizontal_set(Eo *obj, Eina_Bool horizontal); ===== Implemented by ===== * [[:develop:api:efl:input:pointer:property:wheel_horizontal|Efl.Input.Pointer.wheel_horizontal]]