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?
The text was updated successfully, but these errors were encountered:
fenix272
changed the title
How to create a custome event
How to create a custom event
Jul 10, 2024
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?
The text was updated successfully, but these errors were encountered: