foot/input.h

11 lines
239 B
C
Raw Normal View History

2019-06-19 10:04:47 +02:00
#pragma once
#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 wayland *wayl, uint32_t key);