Add Ploopyco functions for host state control (#23953)
This commit is contained in:
parent
c8a87ff3fe
commit
27d68ef8b9
3 changed files with 19 additions and 9 deletions
|
@ -10,11 +10,11 @@
|
|||
# Customizing your PloopyCo Device
|
||||
|
||||
There are a number of behavioral settings that you can use to help customize your experience
|
||||
| | | |
|
||||
|---------------------------------|-------------------|-----------------------------------------------------------|
|
||||
| `PLOOPY_IGNORE_SCROLL_CLICK` | *__not_defined__* | Ignores scroll wheel if it is pressed down. |
|
||||
| `PLOOPY_SCROLL_DEBOUNCE` | `5` | Number of milliseconds between scroll events. |
|
||||
| `PLOOPY_SCROLL_BUTTON_DEBOUNCE` | `100` | Time to ignore scroll events after pressing scroll wheel. |
|
||||
|Define |Default Value|Description |
|
||||
|-------------------------------|-------------|---------------------------------------------------------|
|
||||
|`PLOOPY_IGNORE_SCROLL_CLICK` |*Not defined*|Ignores scroll wheel if it is pressed down. |
|
||||
|`PLOOPY_SCROLL_DEBOUNCE` |`5` |Number of milliseconds between scroll events. |
|
||||
|`PLOOPY_SCROLL_BUTTON_DEBOUNCE`|`100` |Time to ignore scroll events after pressing scroll wheel.|
|
||||
|
||||
## DPI
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue