소스 검색

texturev: Q for exit.

Branimir Karadžić 8 년 전
부모
커밋
8f7f096d93
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tools/texturev/texturev.cpp

+ 1 - 0
tools/texturev/texturev.cpp

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