We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb5a12 commit 1926e9cCopy full SHA for 1926e9c
examples/common/entry/entry.cpp
@@ -352,9 +352,6 @@ BX_PRAGMA_DIAGNOSTIC_POP();
352
{ entry::Key::GamepadStart, entry::Modifier::None, 1, NULL, "graphics stats" },
353
{ entry::Key::F1, entry::Modifier::LeftShift, 1, NULL, "graphics stats 0\ngraphics text 0" },
354
{ entry::Key::F3, entry::Modifier::None, 1, NULL, "graphics wireframe" },
355
- { entry::Key::F4, entry::Modifier::None, 1, NULL, "graphics hmd" },
356
- { entry::Key::F4, entry::Modifier::LeftShift, 1, NULL, "graphics hmdrecenter" },
357
- { entry::Key::F4, entry::Modifier::LeftCtrl, 1, NULL, "graphics hmddbg" },
358
{ entry::Key::F6, entry::Modifier::None, 1, NULL, "graphics profiler" },
359
{ entry::Key::F7, entry::Modifier::None, 1, NULL, "graphics vsync" },
360
{ entry::Key::F8, entry::Modifier::None, 1, NULL, "graphics msaa" },
0 commit comments