InputConfigDiag: Update for the new expression language

Modify the buttons and editor interface for the new expression
language, like the new op name for add, the new device name syntax,
and add new editing features, like simple selection behavior on
unary ops.
This commit is contained in:
Jasper St. Pierre
2013-06-17 05:55:21 -04:00
parent a42388d061
commit 03a835ec07
2 changed files with 54 additions and 31 deletions

View File

@ -113,6 +113,7 @@ private:
GamepadPage* const m_parent;
wxStaticText* m_bound_label;
DeviceQualifier m_devq;
bool GetExpressionForSelectedControl(wxString &expr);
};
class ExtensionButton : public wxButton