aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input/libinput.h
blob: e4b1acc3745e0096231bf73b4554e7a955348f66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _SWAY_INPUT_LIBINPUT_H
#define _SWAY_INPUT_LIBINPUT_H
#include "sway/input/input-manager.h"

bool sway_input_configure_libinput_device(struct sway_input_device *device);

void sway_input_reset_libinput_device(struct sway_input_device *device);

bool sway_libinput_device_is_builtin(struct sway_input_device *device);

#endif