thennequin / ImWindow

Window and GUI system based on Dear ImGui from OCornut
MIT License
828 stars 119 forks source link

[Java] Drag drop payload correct size all data is 0 #28

Closed swidku closed 5 years ago

swidku commented 5 years ago

Example Am I not correctly using the drag drop feature correctly? Whenever I try sending anything over (strings, ints, booleans, etc..) the payload data is always filled with an array of empty bytes.