Searched defs:EfiInputKey (Results 1 – 2 of 2) sorted by relevance
23 typedef struct EfiInputKey { struct26 } EfiInputKey; typedef
46 pub fn read_key_stroke(&self) -> Result<Option<EfiInputKey>> { in read_key_stroke()