vivienneanthony

Untitled

Jan 26th, 2016
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. URHO3D_LOGINFO(String("MenuBar Pressed : Event Sent"));
  2.  
  3. // Send a event
  4. VariantMap SendImGuiEvent;
  5.  
  6. SendImGuiEvent[ImGuiMenuBarEvent::P_IMGUIELEMENT]=ThisSub.Options.At(i).MenuLabel;
  7.  
  8. SendEvent(E_IMGUI_MENUBAR, SendImGuiEvent);
Advertisement
Add Comment
Please, Sign In to add comment