DIR : /home/kozerus/public_html/pn/uize/site-source/js/Uize/Web/xDrag.todo
/home/kozerus/public_html/pn/uize/site-source/js/Uize/Web
This is a TO DO document for the proposed =Uize.Web.xDrag= module.
Proposed New Methods
draggable
Makes the set of elements draggable, optionally firing events
NOTES
- draggable([startFUNC[, updateFUNC[, endFUNC]]])
- draggable(eventsOBJ)
- Wraps =Uize.Widget.Drag=
undraggable
Stops making the set of elements draggable, based on the events fired
NOTES
- draggable([startFUNC[, updateFUNC[, endFUNC]]])
- draggable(eventsOBJ)
- Wraps =Uize.Widget.Drag=
//
koh5_pano
Drag mouse to navigate.
Navigation
- Left/Right Mouse drag: Changes camera heading.
- Up/Sown Mouse drag: Changes camera pitch.
- Scroll wheel: Changes camera field of view.
- I-Key: Displays Info panel with canvas size, image size and FPS.
17.Aug.2010, Martin Wengenmayer