libgdx API

Uses of Class
com.badlogic.gdx.scenes.scene2d.utils.DragAndDrop.Target

Packages that use DragAndDrop.Target
com.badlogic.gdx.scenes.scene2d.utils   
 

Uses of DragAndDrop.Target in com.badlogic.gdx.scenes.scene2d.utils
 

Methods in com.badlogic.gdx.scenes.scene2d.utils with parameters of type DragAndDrop.Target
 void DragAndDrop.addTarget(DragAndDrop.Target target)
           
 void DragAndDrop.Source.dragStop(InputEvent event, float x, float y, int pointer, DragAndDrop.Target target)
           
 void DragAndDrop.removeTarget(DragAndDrop.Target target)
           
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)