Vladar4 / sdl2_nim

Wrapper of the SDL 2 library for the Nim language.
Other
147 stars 24 forks source link

iterator events #9

Closed krux02 closed 6 years ago

krux02 commented 6 years ago

There is a good reason not to add this iterator, because it is not part of the official SDL library. But it is simply said, very practical. All events could be processed like this:

for event in events():
   case event.kind
   [...]