EventDropSize()
语法
Result = EventDropSize()概要
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.
参数
无.
返回值
Returns the size in bytes of the memory buffer returned by EventDropBuffer().
参阅
EventDropBuffer(), EnableGadgetDrop(), EnableWindowDrop(), EventDropType(), EventDropAction(), EventDropX(), EventDropY()
已支持操作系统
所有