|
wlmaker
|
#include <pointer.h>
Public Attributes | ||
| struct { | ||
| bool enabled | ||
| bool disable_while_typing | ||
| enum libinput_config_click_method click_method | ||
| bool tap_to_click | ||
| enum libinput_config_scroll_method scroll_method | ||
| bool natural_scrolling | ||
| } | touchpad | |
Parameters to a pointer.
| enum libinput_config_click_method wlmim_pointer_param::click_method |
Click method: None, ButtonAreas or ClickFinger.
| bool wlmim_pointer_param::disable_while_typing |
Disable the touchpad while typing.
| bool wlmim_pointer_param::enabled |
Whether to enable touchpads. True by default.
| bool wlmim_pointer_param::natural_scrolling |
Natural scrolling, where the content is "moved" by touchpad.
| enum libinput_config_scroll_method wlmim_pointer_param::scroll_method |
Scroll method: NoScroll, TwoFingers, Edge, OnButtonDown.
| bool wlmim_pointer_param::tap_to_click |
Whether tap-to-click is enabled.
| struct { ... } wlmim_pointer_param::touchpad |
Configuration for pointers directed by touchpads.