SDL/Input: add new misc buttons

This commit is contained in:
Megamouse 2025-03-10 23:53:15 +01:00
parent fcdf542c47
commit 32ad9988a3
3 changed files with 18 additions and 0 deletions

View file

@ -96,6 +96,9 @@ bool sdl_instance::initialize()
case SDL_LOG_CATEGORY_TEST:
category_name = "test";
break;
case SDL_LOG_CATEGORY_GPU:
category_name = "gpu";
break;
default:
category_name = fmt::format("unknown(%d)", category);
break;