UNPKG

@phaserjs/phaser

Version:
7 lines (6 loc) 126 B
export function SetKeyRepeatRate(rate, ...keys) { keys.forEach((key) => { key.repeatRate = rate; }); return keys; }