Ctrl+A support in the action replay code editing menu.

Makes adding/editing codes less of a pain in the ass. You don't need to manually highlight everything anymore.
This commit is contained in:
Lioncash
2013-01-20 23:24:56 -05:00
parent 45a7fa293b
commit 0c1ea605d5
2 changed files with 25 additions and 0 deletions

View File

@ -49,6 +49,7 @@ class CARCodeAddEdit : public wxDialog
void SaveCheatData(wxCommandEvent& event);
void ChangeEntry(wxSpinEvent& event);
void UpdateTextCtrl(ActionReplay::ARCode arCode);
void OnKey(wxKeyEvent& event);
int selection;