MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / ButtonEvent

Class ButtonEvent

lv2export/includes/rack.hpp:889–893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

887 virtual void onHover(const HoverEvent&) {}
888
889 struct ButtonEvent : BaseEvent, PositionBaseEvent {
890 int button;
891 int action;
892 int mods;
893 };
894 virtual void onButton(const ButtonEvent&) {}
895
896 struct DoubleClickEvent : BaseEvent {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected