Add drag and drop support for images and assets (#1497)

This commit is contained in:
Alexander Bock
2021-02-11 13:43:36 +01:00
committed by GitHub
parent 9eb9095c12
commit 548d673e8b
4 changed files with 103 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ public:
void touchDetectionCallback(TouchInput input);
void touchUpdateCallback(TouchInput input);
void touchExitCallback(TouchInput input);
void handleDragDrop(const std::string& file);
std::vector<std::byte> encode();
void decode(std::vector<std::byte> data);