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

◆ to_front()

Slot & MayaFlux::Portal::Forma::Layer::Slot::to_front ( )
inline

Move to the top of the hit-test order (drawn last, hit first).

Definition at line 116 of file Layer.hpp.

117 {
119 return *this;
120 }
bool bring_to_front(uint32_t id)
Move element to the top of the hit-test order (drawn last).
Definition Layer.cpp:80