Efl.Input.Clickable.unpress

Description

Change internal states that a button got unpressed.

When the button is not pressed, this is silently ignored.

Since 1.23

Signature

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

C signature

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

Parameters

  • button (in) - The number of the button. FIXME ensure to have the right interval of possible input

Implemented by