1
0
Fork 0

Add last activity functions for pointing device (#20079)

This commit is contained in:
Drashna Jael're 2023-03-30 18:27:39 -07:00 committed by GitHub
parent 8686c527f7
commit 297779385f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 61 additions and 40 deletions

View file

@ -97,8 +97,8 @@ typedef int16_t clamp_range_t;
#endif
void pointing_device_init(void);
void pointing_device_task(void);
void pointing_device_send(void);
bool pointing_device_task(void);
bool pointing_device_send(void);
report_mouse_t pointing_device_get_report(void);
void pointing_device_set_report(report_mouse_t mouse_report);
uint16_t pointing_device_get_cpi(void);