Home
last modified time | relevance | path

Searched refs:ui_loop (Results 1 – 2 of 2) sorted by relevance

/Held/src/
H A Dapp.rs50 match self.ui.ui_loop() { in run()
/Held/src/utils/ui/
H A Duicore.rs325 pub fn ui_loop(&self) -> io::Result<bool> { in ui_loop() method