Skip to content

Commit

Permalink
i was really about to do that
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjustin000 committed Sep 3, 2024
1 parent 8df4cb0 commit 4bb837d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ class $modify(IDKeyboardDispatcher, CCKeyboardDispatcher) {
packLayer->search();
return true;
}

return CCKeyboardDispatcher::dispatchKeyboardMSG(key, down, repeat);
}
else return CCKeyboardDispatcher::dispatchKeyboardMSG(key, down, repeat);
}
Expand Down

0 comments on commit 4bb837d

Please sign in to comment.