Touch-to-jog on edit screens (#18266)

This commit is contained in:
Victor
2020-06-11 23:21:18 -03:00
committed by GitHub
parent eef2931150
commit 1d504e596d
3 changed files with 16 additions and 9 deletions

View File

@@ -418,6 +418,7 @@ public:
#endif
#if ENABLED(TOUCH_BUTTONS)
static bool on_edit_screen;
static void screen_click(const uint8_t row, const uint8_t col, const uint8_t x, const uint8_t y);
#endif