Game Development Community

Dropping an object onto a SceneWindow (SOLVED)

by Eero Karvonen · in Torque 2D Beginner · 06/27/2014 (1:28 pm) · 2 replies

With the help of the callback set included in the stock T2D, do you have any good ideas on how to register the dropping of a GuiDragAndDropControl onto a SceneWindow?

#1
06/27/2014 (2:51 pm)
https://github.com/RichardRanft/Torque2D - the inventory branch. Tons of code for drag-n-drop inventory, but any GUI control should have the onControlDropped() callback (I think).
#2
06/27/2014 (3:33 pm)
Further inspection shows they do. Thanks!