diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/elput/Elput.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/lib/elput/Elput.h b/src/lib/elput/Elput.h index 5636c71204..b05536130b 100644 --- a/src/lib/elput/Elput.h +++ b/src/lib/elput/Elput.h | |||
@@ -435,6 +435,18 @@ EAPI void elput_input_keyboard_group_set(Elput_Manager *manager, int group); | |||
435 | EAPI void elput_input_pointer_accel_profile_set(Elput_Manager *manager, const char *seat, uint32_t profile); | 435 | EAPI void elput_input_pointer_accel_profile_set(Elput_Manager *manager, const char *seat, uint32_t profile); |
436 | 436 | ||
437 | /** | 437 | /** |
438 | * Set the pointer acceleration speed | ||
439 | * | ||
440 | * @param manager | ||
441 | * @param seat | ||
442 | * @param speed | ||
443 | * | ||
444 | * @ingroup Elput_Input_Group | ||
445 | * @since 1.21 | ||
446 | */ | ||
447 | EAPI void elput_input_pointer_accel_speed_set(Elput_Manager *manager, const char *seat, double speed); | ||
448 | |||
449 | /** | ||
438 | * @defgroup Elput_Touch_Group Configuration of touch devices | 450 | * @defgroup Elput_Touch_Group Configuration of touch devices |
439 | * | 451 | * |
440 | * Functions related to configuration of touch devices | 452 | * Functions related to configuration of touch devices |