#11 wrong spot - Make click location configurable.

This commit is contained in:
Derek Jamison
2023-06-11 12:11:42 -05:00
parent 554e36a4f2
commit d922892bea
5 changed files with 108 additions and 2 deletions

View File

@@ -12,3 +12,5 @@ void hid_cc_free(HidCC* hid_cc);
View* hid_cc_get_view(HidCC* hid_cc);
void hid_cc_set_connected_status(HidCC* hid_cc, bool connected);
void hid_cc_set_cursor_position(HidCC* hid_cc, uint8_t x, uint8_t y, uint8_t repeat);