swdev
swdev

Reputation: 5157

Can SDL2 support multiple file dropping in its SDL_DROPFILE event?

I am about to implement an SDL application that should support multiple file dropping in its Window. But judging at this SDL_DROPEVENT event, it seems like it only support single file dropping.

Pardon, my googling result not able to find any related references about this multiple file dropping support. Any suggestion?

Upvotes: 0

Views: 720

Answers (1)

swdev
swdev

Reputation: 5157

SDL has been updated to support multiple files drop in OSX. Pull the new changes and test it yourself. Works for me!

Upvotes: 0

Related Questions