mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
Qt: Implement Wii TAS input window
This commit is contained in:
parent
3f1ffbad0d
commit
d07e212cef
15 changed files with 711 additions and 164 deletions
|
@ -8,12 +8,6 @@
|
|||
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
class QBoxLayout;
|
||||
class QCheckBox;
|
||||
class QGroupBox;
|
||||
class QSpinBox;
|
||||
struct GCPadStatus;
|
||||
|
||||
class StickWidget : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -37,6 +31,6 @@ protected:
|
|||
private:
|
||||
u16 m_max_x;
|
||||
u16 m_max_y;
|
||||
u16 m_x;
|
||||
u16 m_y;
|
||||
u16 m_x = 0;
|
||||
u16 m_y = 0;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue