MCPcopy Create free account
hub / github.com/VCVRack/Rack / onHover

Method onHover

include/widget/Widget.hpp:229–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 math::Vec mouseDelta;
228 };
229 virtual void onHover(const HoverEvent& e) {
230 recursePositionEvent(&Widget::onHover, e);
231 }
232
233 /** Occurs each mouse button press or release.
234 Recurses.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected