|
On_button_released Event |
Top Previous Next |
Function: |
Generated when the button on your device is released. |
Declaration: |
on_button_released |
See Also: |
Details
Multiple on_button_released events may be waiting in the event queue. You can check the time elapsed since the previous on_button_pressed 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.