You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to create a custom event. In c++ i would do: wxDEFINE_EVENT(MY_NEW_TYPE, wxCommandEvent);
In wxlua wx.wxDEFINE_EVENT is nil. Is there a way to do that?