High resolution scrolling (without feature report parsing) (#24423)
* hires scrolling without feature report parsing * fix valid range for exponent * fix incorrect minimum exponent value documentation
This commit is contained in:
parent
83818d1d6f
commit
7a2cd0fa96
6 changed files with 119 additions and 2 deletions
|
@ -122,6 +122,10 @@ uint8_t pointing_device_handle_buttons(uint8_t buttons, bool pressed, poi
|
|||
report_mouse_t pointing_device_adjust_by_defines(report_mouse_t mouse_report);
|
||||
void pointing_device_keycode_handler(uint16_t keycode, bool pressed);
|
||||
|
||||
#ifdef POINTING_DEVICE_HIRES_SCROLL_ENABLE
|
||||
uint16_t pointing_device_get_hires_scroll_resolution(void);
|
||||
#endif
|
||||
|
||||
#if defined(SPLIT_POINTING_ENABLE)
|
||||
void pointing_device_set_shared_report(report_mouse_t report);
|
||||
uint16_t pointing_device_get_shared_cpi(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue