123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- ---
- extends: http://vwf.example.com/node.vwf
- properties:
-
-
-
-
-
- enabled: true
-
-
-
-
- location:
- set: |
- this.location = value;
- if ( this.locationChanged ) this.locationChanged( value );
- value: [ 0, 0 ]
-
-
-
-
- size:
- set: |
- this.size = value;
- if ( this.sizeChanged ) this.sizeChanged( value );
-
- events:
- resizing:
- moving:
- keyDown:
- keyPress:
- keyUp:
- pointerClick:
- pointerDown:
- pointerMove:
- pointerUp:
- pointerOver:
- pointerOut:
- touchHold:
- touchTap:
- touchDoubleTap:
- touchDrag:
- touchDragStart:
- touchDragEnd:
- touchDragUp:
- touchDragDown:
- touchDragLeft:
- touchDragRight:
- touchSwipe:
- touchSwipeUp:
- touchSwipeDown:
- touchSwipeLeft:
- touchSwipeRight:
- touchTransform:
- touchTransformStart:
- touchTransformEnd:
- touchRotate:
- touchPinch:
- touchPinchIn:
- touchPinchOut:
- touchStart:
- touchRelease:
-
|