On_button_pressed Event

Top  Previous  Next

 

Function:

Generated when the button on your device is pressed.

Declaration:

on_button_pressed

See Also:

Button.pressed

 


Details

Multiple on_button_pressed events may be waiting in the event queue. You can check the time elapsed since the previous on_button_released event by reading the value of the button.time read-only property.

Note that the button object performs "debouncing" which rejects very brief transitions of the button state. This event will not be generated for such spurious transitions.