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