21#ifndef __WLMAKER_POINTER_H__
22#define __WLMAKER_POINTER_H__
24#include <libbase/libbase.h>
25#include <libbase/plist.h>
29struct wlr_input_device;
const bspl_desc_t wlmim_pointer_config_touchpad[]
Definition pointer.c:64
wlmim_pointer_t * wlmim_pointer_create(struct wlr_input_device *wlr_input_device_ptr, const struct wlmim_pointer_options *options_ptr)
Definition pointer.c:119
void wlmim_pointer_destroy(wlmim_pointer_t *pointer_ptr)
Definition pointer.c:134
const bs_test_set_t wlmim_pointer_test_set
Definition pointer.c:274
bool wlmim_pointer_enabled(wlmim_pointer_t *pointer_ptr)
Definition pointer.c:140
struct wlr_input_device * wlr_input_device_ptr
Definition pointer.c:40
bool natural_scrolling
Definition pointer.h:50
bool disable_while_typing
Definition pointer.h:42
bool tap_to_click
Definition pointer.h:46
enum libinput_config_scroll_method scroll_method
Definition pointer.h:48
enum libinput_config_click_method click_method
Definition pointer.h:44
bool enabled
Definition pointer.h:40
struct wlmim_pointer_options::@5 touchpad