Fix last commit, and set the position on mouse down instead of mouse up.

This commit is contained in:
Rachel Bryk
2013-06-25 11:04:28 -04:00
parent b892d838ff
commit 5904ffb21d
2 changed files with 7 additions and 7 deletions

View File

@ -24,7 +24,7 @@ class TASInputDlg : public wxDialog
void OnCloseWindow(wxCloseEvent& event);
void UpdateFromSliders(wxCommandEvent& event);
void UpdateFromText(wxCommandEvent& event);
void OnMouseUpL(wxMouseEvent& event);
void OnMouseDownL(wxMouseEvent& event);
void OnMouseUpR(wxMouseEvent& event);
void ResetValues();
void GetValues(SPADStatus *PadStatus, int controllerID);