MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ non_interactive()

Element & MayaFlux::Portal::Forma::Element::non_interactive ( )
inline

Exclude from hit testing.

Use for passive outputs — particle emitters, waveform displays, camera regions — that have spatial identity but accept no pointer events.

Definition at line 253 of file Element.hpp.

254 {
255 interactive = false;
256 return *this;
257 }
bool interactive
When false, hit testing skips this element.
Definition Element.hpp:78

Referenced by MayaFlux::Portal::Forma::Plot::place_label(), and MayaFlux::Portal::Forma::Plot::place_rect().

+ Here is the caller graph for this function: