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

@ -2,6 +2,8 @@
#include "raw_mouse_config.h"
#include "Emu/Io/MouseHandler.h"
LOG_CHANNEL(cfg_log, "CFG");
std::string mouse_button_id(int code)
{
switch (code)

View file

@ -5,8 +5,6 @@
#include <array>
LOG_CHANNEL(cfg_log, "CFG");
std::string mouse_button_id(int code);
struct raw_mouse_config : cfg::node