Catching SDL events

Hi folks,

since Monogame seems to use SDL, can I directly catch events like clipboard, file drop, …

I don’t think it’s possible. MonoGame only seems to pass basic things to SDL like drawing the window and taking in controller input, and I haven’t been able to access things like this in my code. Someone please correct me if I’m wrong and there is a way though.