summaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
authorsanine-a <sanine.not@pm.me>2020-10-24 21:35:14 -0500
committersanine-a <sanine.not@pm.me>2020-10-24 21:35:14 -0500
commit41ac253f743e464194587c3ecc0f2547c95d924d (patch)
tree3a922066ecdf24bc5c33e200585cd70ecf4e080a /src/input
parent27292f0d9ed90340792d4d065fefd2e4e248e4bd (diff)
add window module and fullscreen toggle
Diffstat (limited to 'src/input')
-rw-r--r--src/input/input.c2
1 files changed, 1 insertions, 1 deletions
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 } },