Efl.Input.Clickable.button_state_reset

Description

This aborts the internal state after a press call.

This will stop the timer for longpress and set the state of the clickable mixin back into the unpressed state.

Since 1.23

Signature

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

C signature

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

Parameters

  • button (in) - No description supplied.

Implemented by