#pragma once #include #include "cfg/api.h" namespace games { namespace OverlayButtons { enum { Screenshot, ToggleSubScreen, InsertCoin, ToggleIOPanel, ToggleConfig, ToggleVirtualKeypadP1, ToggleVirtualKeypadP2, ToggleCardManager, ToggleLog, ToggleControl, TogglePatchManager, ToggleScreenResize, ToggleOverlay, ToggleVRControl, ToggleCameraControl, ScreenResize, SuperExit, NavigatorActivate, NavigatorCancel, NavigatorUp, NavigatorDown, NavigatorLeft, NavigatorRight, HotkeyEnable1, HotkeyEnable2, HotkeyToggle, }; } namespace KeypadButtons { enum { Keypad0, Keypad1, Keypad2, Keypad3, Keypad4, Keypad5, Keypad6, Keypad7, Keypad8, Keypad9, Keypad00, KeypadDecimal, InsertCard, Size, }; } const std::vector &get_games(); std::vector