Defined up downbuttons' hold constants.

This commit is contained in:
Author glitchrain
2024-12-15 03:37:11 -08:00
committed by s.aydarov
parent 11b4909f39
commit 2bbfeb8940
3 changed files with 11 additions and 3 deletions

View File

@@ -25,4 +25,8 @@
#define BTN_DOWN_SHORT_CLICKED -1
#define BTN_DOWN_UP_NO_SHORT_CLICKED 0
#define BTN_UP_HOLDED 1
#define BTN_DOWN_HOLDED -1
#define BTN_DOWN_UP_NOT_HOLDED 0
#endif