Added debug menu option for resetting key mappings to default. Added sanity checking requirement to ScreenMapControllers.

This commit is contained in:
Kyzentun
2014-11-30 14:45:52 -07:00
parent e8c208395d
commit d3b5f5eb98
8 changed files with 171 additions and 4 deletions
+4
View File
@@ -72,6 +72,9 @@ private:
float m_AutoDismissNoSetListPromptSecs;
AutoActor m_NoSetListPrompt;
float m_AutoDismissSanitySecs;
AutoActor m_SanityMessage;
struct SetListEntry
{
int m_button;
@@ -111,6 +114,7 @@ private:
void SaveToDisk();
void SetListMode();
void ExitAction();
bool SanityCheckWrapper();
vector<ActionRow> m_Actions;