class EE::UI::ContextMenuEvent¶
#include <uipopupmenu.hpp> class ContextMenuEvent: public EE::Scene::MouseEvent { public: // construction ContextMenuEvent(Node* node, UIPopUpMenu* menu, const Uint32& eventType, const Vector2i& pos, const Uint32& flags); // methods UIPopUpMenu* getMenu() const; };
Inherited Members¶
public: // enums enum EventType; // methods Node* getNode() const; const Uint32& getType() const; const Uint32& getCallbackId() const; const MouseEvent* asMouseEvent() const; const KeyEvent* asKeyEvent() const; const DropEvent* asDropEvent() const; const TextEvent* asTextEvent() const; const TextInputEvent* asTextInputEvent() const; const WindowEvent* asWindowEvent() const; const ItemValueEvent* asItemValueEvent() const; const RowCreatedEvent* asRowCreatedEvent() const; const FocusEvent* asFocusEvent() const; const Vector2i& getPosition() const; const Uint32& getFlags() const;