2019-07-18 15:06:25 +10:00
|
|
|
#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);
|
|
|
|
|
2021-02-09 05:24:20 +11:00
|
|
|
bool sway_libinput_device_is_builtin(struct sway_input_device *device);
|
|
|
|
|
2019-07-18 15:06:25 +10:00
|
|
|
#endif
|