~~Title: Efl.Input.Clickable.press~~ ====== 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// {{page>:develop:api-include:efl:input:clickable:method:press:description&nouser&nolink&nodate}} ===== 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 ===== * [[:develop:api:efl:input:clickable:method:press|Efl.Input.Clickable.press]]