Home
last modified time | relevance | path

Searched refs:wait_events_timeout (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/rx/rx-0.4.0/src/platform/
H A Dglfw.rs77 self.glfw.wait_events_timeout(timeout.as_secs_f64()); in wait_timeout()
/dports/graphics/py-glfw/glfw-2.5.0/glfw/
H A DGLFW.py412 wait_events_timeout as glfwWaitEventsTimeout,
H A D__init__.py2820 def wait_events_timeout(timeout): function
/dports/graphics/rx/rx-0.4.0/cargo-crates/glfw-0.34.0/src/
H A Dlib.rs1105 pub fn wait_events_timeout(&mut self, timeout: f64) { in wait_events_timeout() method
1121 self.wait_events_timeout(timeout); in wait_events_timeout_unbuffered()