massung / r-cade

Retro Game Engine for Racket
https://r-cade.io
Other
273 stars 13 forks source link

enum:int->_sfEventType exception #7

Closed massung closed 4 years ago

massung commented 4 years ago

Thrown occasionally when SFML returns a random event type constant not in the enumeration (e.g. 1892068352 / #x70c6ac00). Need to update the event handling to catch this case and skip the event.

massung commented 4 years ago

Fixed with work-around.