Efl.Input.Clickable.press

Description

Change internal states that a button got pressed.

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

Since 1.23

Signature

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

C signature

void efl_input_clickable_press(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