Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- URHO3D_LOGINFO(String("MenuBar Pressed : Event Sent"));
- // Send a event
- VariantMap SendImGuiEvent;
- SendImGuiEvent[ImGuiMenuBarEvent::P_IMGUIELEMENT]=ThisSub.Options.At(i).MenuLabel;
- SendEvent(E_IMGUI_MENUBAR, SendImGuiEvent);
Advertisement
Add Comment
Please, Sign In to add comment