Efl.Input.Pointer.triple_click

Description

true if Efl.Input.Pointer.button_flags indicates a triple click (3rd 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 triple click, false otherwise

Signature

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

C signature

Eina_Bool efl_input_pointer_triple_click_get(const Eo *obj);
void efl_input_pointer_triple_click_set(Eo *obj, Eina_Bool val);

Implemented by