Returns an array, which names all keys released on this current frame.
If no keys were released, then an empty array is returned.
// list keys that are released on the console
getControls().getKeysReleased().each() do |key|
console( "Released on this frame is: " + key )
end