removed space event in nodedit example

This commit is contained in:
vurtun 2015-10-17 01:00:14 +02:00
parent f32da7a789
commit d050b444ef
1 changed files with 0 additions and 2 deletions

View File

@ -550,8 +550,6 @@ key(struct zr_input *in, SDL_Event *evt, zr_bool down)
zr_input_key(in, ZR_KEY_DEL, down);
else if (sym == SDLK_RETURN)
zr_input_key(in, ZR_KEY_ENTER, down);
else if (sym == SDLK_SPACE)
zr_input_key(in, ZR_KEY_SPACE, down);
else if (sym == SDLK_BACKSPACE)
zr_input_key(in, ZR_KEY_BACKSPACE, down);
else if (sym == SDLK_LEFT)