use rawkey::{KeyCode, RawKey}; let mut rawkey = RawKey::new(); loop { if ... ("Up "); } if rawkey.is_pressed(KeyCode::DownArrow) { print!
確定! 回上一頁