wip: initial input handling

This commit is contained in:
Daniel Eklöf 2019-06-19 10:04:47 +02:00
parent 3bd77bceb1
commit 71dde121e6
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
9 changed files with 484 additions and 51 deletions

9
input.h Normal file
View file

@ -0,0 +1,9 @@
#pragma once
#include <wayland-client.h>
#include "terminal.h"
extern const struct wl_keyboard_listener keyboard_listener;
void input_repeat(struct terminal *term, uint32_t key);