Efl.Input.Pointer.double_click

Description

true if Efl.Input.Pointer.button_flags indicates a double click (2nd press).

This is just a helper function around Efl.Input.Pointer.button_flags.

Since 1.23

Values

  • val - true if the button press was a double click, false otherwise

Signature

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

C signature

Eina_Bool efl_input_pointer_double_click_get(const Eo *obj);
void efl_input_pointer_double_click_set(Eo *obj, Eina_Bool val);

Implemented by