17 bool IsCapturing()
const;
24 std::vector<std::string> mPresetNames;
25 int mSelectedPreset = -1;
26 char mNewPresetName[64] = {};
27 bool mShowSavePopup =
false;
30 bool mCapturing =
false;
37 CaptureTarget mCaptureType = CaptureButton;
38 int32_t mCaptureIndex = -1;
39 float mCaptureTimer = 0.0f;
42 void DrawGamepadButtons();
43 void DrawGamepadAxes();
45 void DrawMousePointerSection();
46 void DrawCaptureOverlay();
47 bool PollKeyPress(int32_t& outKeyCode);
48 void RefreshPresetList();
51InputMapWindow* GetInputMapWindow();