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