Package com.simsilica.lemur.dnd


package com.simsilica.lemur.dnd
  • Class
    Description
    Base class that DragAndDropListeners can extend to provide default implementations for some methods.
    A default draggable implementation that will simply move a spatial in a particular plane based on a starting location and an x/y delta.
     
     
    Listener added to DragAndDropControls to perform the drag start, drag over, and drop operations.
     
    Implemented to provide a visual indicator of the dragged object.
    Provides information about an active drag and drop session.
    Represents the status of a current drag operation with respect to whether the item can be dropped successfully or not.