In the VG server GetCursorInfo is not available in the API? Was it never available in v1.12 or how can one get info about item dragged and dropped on my frame?
Maybe that api isn't working but I'm sure there's another way.
Here's how you see if you have an item on your cursor.
hasItem = CursorHasItem()
And here's how you reset the cursor.
ResetCursor()
Check out the complete api listing @ wowprogramming.com for more info.