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

void sway_input_configure_libinput_device(struct sway_input_device *device);

void sway_input_reset_libinput_device(struct sway_input_device *device);

#endif