mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-02-04 02:13:04 +00:00
j
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@401 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user