|
|
@ -1676,6 +1676,7 @@ void CommonHostInterface::RegisterGeneralHotkeys()
|
|
|
|
DoFrameStep();
|
|
|
|
DoFrameStep();
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef __ANDROID__
|
|
|
|
RegisterHotkey(StaticString(TRANSLATABLE("Hotkeys", "General")), StaticString("Rewind"),
|
|
|
|
RegisterHotkey(StaticString(TRANSLATABLE("Hotkeys", "General")), StaticString("Rewind"),
|
|
|
|
StaticString(TRANSLATABLE("Hotkeys", "Rewind")), [this](bool pressed) {
|
|
|
|
StaticString(TRANSLATABLE("Hotkeys", "Rewind")), [this](bool pressed) {
|
|
|
|
if (System::IsValid())
|
|
|
|
if (System::IsValid())
|
|
|
@ -1686,6 +1687,7 @@ void CommonHostInterface::RegisterGeneralHotkeys()
|
|
|
|
System::SetRewinding(pressed);
|
|
|
|
System::SetRewinding(pressed);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void CommonHostInterface::RegisterGraphicsHotkeys()
|
|
|
|
void CommonHostInterface::RegisterGraphicsHotkeys()
|
|
|
|