mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-26 12:16:20 +00:00
Fix last commit, and set the position on mouse down instead of mouse up.
This commit is contained in:
parent
b892d838ff
commit
5904ffb21d
2 changed files with 7 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue