From 41ac253f743e464194587c3ecc0f2547c95d924d Mon Sep 17 00:00:00 2001 From: sanine-a Date: Sat, 24 Oct 2020 21:35:14 -0500 Subject: add window module and fullscreen toggle --- src/input/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input') diff --git a/src/input/input.c b/src/input/input.c index c231157..5624269 100644 --- a/src/input/input.c +++ b/src/input/input.c @@ -12,7 +12,7 @@ void honey_setup_keyboard() void honey_setup_input(lua_State* L) { honey_setup_keyboard(); - + honey_lua_element keyElements[] = { { "unknown", HONEY_INT, { HONEY_KEY_UNKNOWN } }, { "space", HONEY_INT, { HONEY_KEY_SPACE } }, -- cgit v1.2.1