MCPcopy Create free account
hub / github.com/TheRedDeveloper/ply-engine / passthrough

Method passthrough

src/elements.rs:112–115  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

110 /// Sets pointer capture mode to Passthrough.
111 #[inline]
112 pub fn passthrough(&mut self) -> &mut Self {
113 self.config.pointer_capture_mode = PointerCaptureMode::Passthrough;
114 self
115 }
116}
117
118/// Builder for configuring overflow (clip/scroll) properties using a closure.

Callers 1

test_floatingFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_floatingFunction · 0.64