Changes from Version 1 of documentation/tutorials/Dragging

Show
Ignore:
Author:
peterc (IP: 203.114.164.70)
Timestamp:
02/12/08 20:52:30 (10 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/tutorials/Dragging

    v0 v1  
     1= Drag Tutorial = 
     2 
     3libRocket has a few ways of implementing dragging of elements, such as: 
     4 * the <handle> tag, as used by the documents in the sample applications 
     5 * setting an element's 'drag' property to 'drag' or 'drag-drop' and listening to the raw drag events ('dragstart', 'dragend', etc) and animating element positions manually 
     6 * setting an element's 'drag' property to 'clone' 
     7 
     8This tutorial shows how to use 'drag: clone;' to implement dragging items between multiple inventory windows.