mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-20 05:43:12 +01:00
texturev: Q for exit.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user