diff options
author | sanine-a <sanine.not@pm.me> | 2020-10-24 21:35:14 -0500 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2020-10-24 21:35:14 -0500 |
commit | 41ac253f743e464194587c3ecc0f2547c95d924d (patch) | |
tree | 3a922066ecdf24bc5c33e200585cd70ecf4e080a /src/input | |
parent | 27292f0d9ed90340792d4d065fefd2e4e248e4bd (diff) |
add window module and fullscreen toggle
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/input.c | 2 |
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 } }, |