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