Add "frame step" hotkey and function (#1119)

This commit is contained in:
cat
2021-06-05 15:10:37 -04:00
committed by GitHub
parent af36d10023
commit 2494058a71
5 changed files with 32 additions and 1 deletions

View File

@ -52,6 +52,7 @@ const int hk_general[] =
{
HK_Pause,
HK_Reset,
HK_FrameStep,
HK_FastForward,
HK_FastForwardToggle,
HK_FullscreenToggle,
@ -64,6 +65,7 @@ const char* hk_general_labels[] =
{
"Pause/resume",
"Reset",
"Frame step",
"Fast forward",
"Toggle FPS limit",
"Toggle Fullscreen",