adding touch button examples

This commit is contained in:
Peli de Halleux
2017-11-28 15:23:54 -08:00
parent 52816e6de7
commit 71479d0caa
6 changed files with 44 additions and 17 deletions

View File

@ -143,7 +143,8 @@ namespace brick {
if (!image) return;
image.draw(0, 0, Draw.Normal);
delay = Math.max(0, delay);
loops.pause(delay);
if (delay > 0)
loops.pause(delay);
}
/**