mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
input: mouse events
This commit is contained in:
parent
1a341a56cc
commit
a102ff09f9
4 changed files with 103 additions and 6 deletions
1
input.h
1
input.h
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue