Efl.Input.Clickable.longpress_abort

Description

This aborts ongoing longpress event.

That is, this will stop the timer for longpress.

Since 1.23

Signature

longpress_abort @protected {
    params {
        @in button: uint;
    }
}

C signature

void efl_input_clickable_longpress_abort(Eo *obj, unsigned int button);

Parameters

  • button (in) - No description supplied.

Implemented by