Qt: add mouse config legend to mouse move dialog

This commit is contained in:
Megamouse 2025-01-09 23:32:27 +01:00
parent d6f2f66f2b
commit 061be74cdb
4 changed files with 73 additions and 4 deletions

View file

@ -11,6 +11,8 @@
#include <QMessageBox>
#include <QVBoxLayout>
LOG_CHANNEL(cfg_log, "CFG");
constexpr u32 button_count = 8;
raw_mouse_settings_dialog::raw_mouse_settings_dialog(QWidget* parent)