fix: added longPress to SKeybind

This commit is contained in:
littleblack111 2024-10-31 10:45:33 +08:00 committed by Vaxry
parent f260e9cbbd
commit 30ae830a4b

View file

@ -28,6 +28,7 @@ struct SKeybind {
std::string description = ""; std::string description = "";
bool release = false; bool release = false;
bool repeat = false; bool repeat = false;
bool longPress = false;
bool mouse = false; bool mouse = false;
bool nonConsuming = false; bool nonConsuming = false;
bool transparent = false; bool transparent = false;