input: add basic support for touchscreen input

This commit is contained in:
CismonX 2023-07-05 00:19:21 +08:00
parent 4a73828911
commit c572692e45
No known key found for this signature in database
GPG key ID: 3094873E29A482FB
12 changed files with 364 additions and 22 deletions

View file

@ -347,6 +347,10 @@ struct config {
bool sixel;
} tweak;
struct {
uint32_t long_press_delay;
} touch;
user_notifications_t notifications;
};