and finally 2 more commands:
input.keyHit( String key)
This detects if the specified key has been pressed, if so returns the value 1 then reverts back to 0. This is a one off trigger
input.mouseHit(int button)
This detects if the specified button has been pressed, if so returns the value 1 then reverts back to 0. This is a one off trigger
There is a new page in the API for the new input library : http://www.chi-ad.com/Skyline/API/Lua/h ... input.html
all of these commands will be in the next release for you ; )

