foot/input.h

12 lines
256 B
C
Raw Normal View History

2019-06-19 10:04:47 +02:00
#pragma once
#include <stdint.h>
2019-06-19 10:04:47 +02:00
#include <wayland-client.h>
#include "wayland.h"
2019-06-19 10:04:47 +02:00
extern const struct wl_keyboard_listener keyboard_listener;
2019-07-05 10:44:57 +02:00
extern const struct wl_pointer_listener pointer_listener;
2019-06-19 10:04:47 +02:00
void input_repeat(struct seat *seat, uint32_t key);