home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat España 14
/
MacFormat n. 14 (Spain)
/
MacFormat 14.bin
/
Shareware Internet
/
HyperCard
/
XCMD Docs
/
CompileIt! Source Code
/
WaitKeyDown()
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-08-19
|
229 b
|
9 lines
Global MyEvent:R
function WaitKeyDown
get GetNextEvent(KeyDownMask,MyEvent)
repeat until MyEvent.message ≠ NullEvent
get GetNextEvent(KeyDownMask,MyEvent)
end repeat
get MyEvent.CharType[5]
return it
end WaitKeyDown