Searched refs:keypress (Results 1 – 7 of 7) sorted by relevance
456 function menu.process(menudef, keypress)464 local key = keypress or io.getchar()465 keypress = nil
350 int $0x16 # for keypress380 int $0x16 # get keypress
215 int $0x16 # keypress
241 int $0x16 # keypress
390 received after <value> seconds. (Any keypress will cancel the
182 document.addEventListener("keypress", function(event) {
9690 auto const setWaitForKeypress = [&]( std::string const& keypress ) { in makeCommandLineParser() argument9691 auto keypressLc = toLower( keypress ); in makeCommandLineParser()9699 …timeError( "keypress argument must be one of: start, exit or both. '" + keypress + "' not recognis… in makeCommandLineParser()