This command will return an integer value of one if the space key is being pressed, otherwise zero is returned.
Return Integer=SPACEKEY()
A one if the space key is being pressed, otherwise zero is returned
cls do if spacekey()=1 print "key= "+str$(spacekey()) endif loop end
INPUT Commands Menu Index