20#ifndef __WLMAKER_POINTER_H__
21#define __WLMAKER_POINTER_H__
23#include <libbase/libbase.h>
24#include <libbase/plist.h>
28struct wlr_input_device;
87 bspl_dict_t *config_dict_ptr,
void wlmim_pointer_destroy(wlmim_pointer_t *pointer_ptr)
Definition pointer.c:146
wlmim_pointer_t * wlmim_pointer_create(struct wlr_input_device *wlr_input_device_ptr, const struct wlmim_pointer_param *param_ptr)
Definition pointer.c:131
const bs_test_set_t wlmim_pointer_test_set
Definition pointer.c:297
bool wlmim_pointer_parse_config(bspl_dict_t *config_dict_ptr, struct wlmim_pointer_param *param_ptr)
Definition pointer.c:152
bool wlmim_pointer_enabled(wlmim_pointer_t *pointer_ptr)
Definition pointer.c:163
struct wlr_input_device * wlr_input_device_ptr
Definition pointer.c:39
bool enabled
Definition pointer.h:39
struct wlmim_pointer_param::@5 touchpad
bool natural_scrolling
Definition pointer.h:49
bool tap_to_click
Definition pointer.h:45
enum libinput_config_click_method click_method
Definition pointer.h:43
bool disable_while_typing
Definition pointer.h:41
enum libinput_config_scroll_method scroll_method
Definition pointer.h:47