Explorar o código

settings: Screenshot button

shinyquagsire23 %!s(int64=8) %!d(string=hai) anos
pai
achega
801d6c1b6f
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/core/settings.h

+ 2 - 0
src/core/settings.h

@@ -44,6 +44,7 @@ enum Values {
     SR,
 
     Home,
+    Screenshot,
 
     NumButtons,
 };
@@ -81,6 +82,7 @@ static const std::array<const char*, NumButtons> mapping = {{
     "button_sl",
     "button_sr",
     "button_home",
+    "button_screenshot",
 }};
 } // namespace NativeButton