@@ -25,6 +25,13 @@ bool button_is_pressed(void) {
return false;
}
bool button_was_pressed(void) {
if (button.push_counter > 0) {
return true;
uint8_t button_get(void) {
if (button.strokes_ended) {
uint8_t counter = button.push_counter;
The note is not visible to the blocked user.