git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@401 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-17 19:18:44 +00:00
parent 599b1ee0c8
commit 15e604f711
3 changed files with 9 additions and 1 deletions

View File

@@ -347,6 +347,10 @@ void MwLLNextEvent(MwLL handle) {
n = MwLLKeyEnter;
} else if(strcmp(str, "Escape") == 0){
n = MwLLKeyEscape;
}else if(strcmp(str, "Shift_L") == 0){
n = MwLLKeyLeftShift;
}else if(strcmp(str, "Shift_R") == 0){
n = MwLLKeyRightShift;
}
if(n != -1) {