mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Qt: add mouse config legend to mouse move dialog
This commit is contained in:
parent
d6f2f66f2b
commit
061be74cdb
4 changed files with 73 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@
|
|||
|
||||
#include <array>
|
||||
|
||||
LOG_CHANNEL(cfg_log, "CFG");
|
||||
|
||||
std::string mouse_button_id(int code);
|
||||
|
||||
struct raw_mouse_config : cfg::node
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue