Efl.Input.Pointer.wheel_horizontal

Description

Direction of the wheel, usually vertical.

Since 1.23

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