input: mouse events

This commit is contained in:
Daniel Eklöf 2019-07-05 10:44:57 +02:00
parent 1a341a56cc
commit a102ff09f9
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 103 additions and 6 deletions

View file

@ -5,5 +5,6 @@
#include "terminal.h"
extern const struct wl_keyboard_listener keyboard_listener;
extern const struct wl_pointer_listener pointer_listener;
void input_repeat(struct terminal *term, uint32_t key);