Closed sheaf closed 3 years ago
This works like SDL's pollEvents function, from which I copied the implementation.
pollEvents
LG! I was also thinking of adding this, but maybe filtering the returned events so they are only the ones ImGui doesn't want. But we can get to that later.
This works like SDL's
pollEvents
function, from which I copied the implementation.