on_button_pressed Event

Function:

Generated when the MD button on your device is pressed.

Declaration:

on_button_pressed()

Multiple events may be in the queue?

YES

See Also:

---


Details

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.


on_button_pressed Event

Details