texturev: Q for exit.

This commit is contained in:
Branimir Karadžić 2017-05-27 09:40:25 -07:00
parent 5c8c145fd8
commit 8f7f096d93

View File

@ -80,6 +80,7 @@ struct Binding
static const InputBinding s_bindingApp[] =
{
{ entry::Key::Esc, entry::Modifier::None, 1, NULL, "exit" },
{ entry::Key::KeyQ, entry::Modifier::None, 1, NULL, "exit" },
{ entry::Key::KeyF, entry::Modifier::None, 1, NULL, "graphics fullscreen" },
INPUT_BINDING_END