drawing.vwf.yaml 487 B

12345678910111213141516171819202122232425262728293031
  1. ---
  2. extends:
  3. http://vwf.example.com/kinetic/stage.vwf
  4. properties:
  5. drawing_clients:
  6. drawing_index: 1
  7. methods:
  8. update:
  9. down:
  10. move:
  11. up:
  12. clientWatch:
  13. clientJoin:
  14. clientLeave:
  15. setUpPrivate:
  16. setClientUIState:
  17. #isValid:
  18. getStageRelativePoint:
  19. events:
  20. pointerDown:
  21. pointerMove:
  22. pointerUp:
  23. touchStart:
  24. touchMove:
  25. touchEnd:
  26. drawingObjectCreated:
  27. textCreated:
  28. imageCreated:
  29. findChild:
  30. scripts:
  31. - source: "http://vwf.example.com/kinetic/drawing.js"