Searched defs:SelectMenuParam (Results 1 – 1 of 1) sorted by relevance
246 struct SelectMenuParam { struct247 std::function<void(int32_t, int32_t)> onAppear;248 std::function<void()> onDisappear;249 std::function<void(int32_t, int32_t)> onMenuShow;250 std::function<void(int32_t, int32_t)> onMenuHide;251 bool isValid = true;