EventDropSize()

Syntax

Result = EventDropSize()
Description
After a #PB_Event_GadgetDrop or #PB_Event_WindowDrop is received by WaitWindowEvent() or WindowEvent() with an OS specific format, this function returns the size of the dropped data.

Parameters

None.

Return value

Returns the size in bytes of the memory buffer returned by EventDropBuffer().

See Also

EventDropBuffer(), EnableGadgetDrop(), EnableWindowDrop(), EventDropType(), EventDropAction(), EventDropX(), EventDropY()

Supported OS

All

<- EventDropPrivate() - DragDrop Index - EventDropText() ->