index.axml 176 B

123456789
  1. <canvas
  2. id="f2-canvas-{{$id}}"
  3. class="f2-canvas"
  4. width="{{width}}"
  5. height="{{height}}"
  6. onTouchStart="touchStart"
  7. onTouchMove="touchMove"
  8. onTouchEnd="touchEnd"
  9. />