MCPcopy Create free account
hub / github.com/Logicalshift/flo_draw / send_event

Method send_event

draw/src/glutin_thread.rs:29–31  ·  view source on GitHub ↗

Sends an event to the Glutin thread

(&self, event: GlutinThreadEvent)

Source from the content-addressed store, hash-verified

27 /// Sends an event to the Glutin thread
28 ///
29 pub fn send_event(&self, event: GlutinThreadEvent) {
30 self.event_proxy.desync(move |proxy| { proxy.send_event(event).ok(); });
31 }
32}
33
34///

Callers 5

dropMethod · 0.80
handle_thread_eventMethod · 0.80
wake_by_refMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected