Skip to content

Commit 0960d99

Browse files
Magician62011Magician11
and
Magician11
authored
supplement Switcher method: process_key (#370)
Co-authored-by: Magician11 <magician_code@outlook.com>
1 parent fa6563c commit 0960d99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types.cc

+1
Original file line numberDiff line numberDiff line change
@@ -2283,6 +2283,7 @@ namespace SwitcherReg {
22832283
};
22842284

22852285
static const luaL_Reg methods[] = {
2286+
{ "process_key", WRAPMEM(T::ProcessKey) },
22862287
{ "select_next_schema", WRAPMEM(T::SelectNextSchema) },
22872288
{ "is_auto_save", WRAPMEM(T::IsAutoSave) },
22882289
{ "refresh_menu", WRAPMEM(T::RefreshMenu) },

0 commit comments

Comments
 (0)