mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Qt: Implement advanced mapping I/O windows
This commit is contained in:
@ -13,12 +13,16 @@ class QMouseEvent;
|
||||
|
||||
class MappingButton : public ElidedButton
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
MappingButton(MappingWidget* widget, ControlReference* ref);
|
||||
|
||||
void Clear();
|
||||
void Update();
|
||||
|
||||
signals:
|
||||
void AdvancedPressed();
|
||||
|
||||
private:
|
||||
bool event(QEvent* event) override;
|
||||
void mouseReleaseEvent(QMouseEvent* event) override;
|
||||
|
Reference in New Issue
Block a user