feat: F2 for screenshotting

some code used from MLRE
This commit is contained in:
neoapps-dev 2026-03-15 03:47:31 -05:00
parent e8ac5b16ea
commit d717f18628

View file

@ -36,8 +36,6 @@ public:
static const int KEY_DEBUG_CONSOLE = VK_F6;
static const int KEY_HOST_SETTINGS = VK_TAB;
static const int KEY_FULLSCREEN = VK_F11;
// todo: implement and shi
static const int KEY_SCREENSHOT = VK_F2;
void Init();