implement mouse handler config

This commit is contained in:
Megamouse 2020-12-24 13:48:22 +01:00
parent 3ba4c8a1c7
commit eb8ab8ef15
29 changed files with 850 additions and 105 deletions

View file

@ -15,7 +15,7 @@ void fmt_class_string<guncon3_btn>::format(std::string& out, u64 arg)
format_enum(out, arg, [](guncon3_btn value)
{
switch (value)
{
{
case guncon3_btn::trigger: return "Trigger";
case guncon3_btn::a1: return "A1";
case guncon3_btn::a2: return "A2";