mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
MappingButton: use BlockUserInputFilter
This commit is contained in:
@ -25,7 +25,6 @@ signals:
|
||||
void AdvancedPressed();
|
||||
|
||||
private:
|
||||
bool event(QEvent* event) override;
|
||||
void mouseReleaseEvent(QMouseEvent* event) override;
|
||||
|
||||
void OnButtonPressed();
|
||||
@ -34,5 +33,4 @@ private:
|
||||
|
||||
MappingWidget* m_parent;
|
||||
ControlReference* m_reference;
|
||||
Common::Flag m_block;
|
||||
};
|
||||
|
Reference in New Issue
Block a user