mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
DolphinQt: Add setting to enable iterative input mappings.
This commit is contained in:
@ -17,12 +17,11 @@ class MappingButton : public ElidedButton
|
||||
public:
|
||||
MappingButton(MappingWidget* widget, ControlReference* ref);
|
||||
|
||||
bool IsInput() const;
|
||||
ControlReference* GetControlReference();
|
||||
void StartMapping();
|
||||
|
||||
signals:
|
||||
void ConfigChanged();
|
||||
void QueueNextButtonMapping();
|
||||
|
||||
private:
|
||||
void Clear();
|
||||
@ -33,5 +32,4 @@ private:
|
||||
|
||||
MappingWindow* const m_mapping_window;
|
||||
ControlReference* const m_reference;
|
||||
bool m_is_mapping = false;
|
||||
};
|
||||
|
Reference in New Issue
Block a user