Gládio Cítrico

Ramu 0.7b doc

doc homeRamu

Object keyCode

Description

Object with the key code of the main keyboard keys (uppercase not included).

if (keyCode.space in Ramu.lastKeysPressed){
   alert('Space key is pressed');
}