Skip to content

Commit

Permalink
supplement Switcher method: process_key
Browse files Browse the repository at this point in the history
  • Loading branch information
Magician11 committed Oct 11, 2024
1 parent fa6563c commit f02b174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2283,6 +2283,7 @@ namespace SwitcherReg {
};

static const luaL_Reg methods[] = {
{ "process_key", WRAPMEM(T::ProcessKey) },
{ "select_next_schema", WRAPMEM(T::SelectNextSchema) },
{ "is_auto_save", WRAPMEM(T::IsAutoSave) },
{ "refresh_menu", WRAPMEM(T::RefreshMenu) },
Expand Down

0 comments on commit f02b174

Please sign in to comment.