Fix scroll acceleration wrap-around

This commit is contained in:
Willy-JL
2023-06-29 03:39:09 +02:00
parent 788b395be2
commit 0c3a8a3ca1
3 changed files with 48 additions and 2 deletions

View File

@@ -111,7 +111,7 @@ typedef struct {
int32_t list_offset;
size_t scroll_counter;
uint32_t button_held_for_ticks;
int32_t button_held_for_ticks;
} ArchiveBrowserViewModel;
void archive_browser_set_callback(