ggdt/libretrogd
Gered 4e43e9fbdd remove possibly error returns from sdl2 Event -> SystemEvent conversion
we just use a catch-all "Unimplemented" enum for the sdl2 event types we
have not mapped / don't care about yet.

this change is mainly just so that we don't need to use TryFrom anymore
as this simplifies making our own SystemEvent iterator

as well, it felt wrong to return an error (even if silently ignored)
whenever an unmapped sdl2 event was raised (since that could happen
fairly often)
2023-02-19 16:17:11 -05:00
..
assets initial commit 2022-05-15 12:11:46 -04:00
benches add initial benchmark tests for asset loading 2023-01-01 12:43:15 -05:00
src remove possibly error returns from sdl2 Event -> SystemEvent conversion 2023-02-19 16:17:11 -05:00
test-assets add more pcx bitmap load/save tests 2022-12-30 17:25:10 -05:00
tests adjust rotozoom internal transformed destination rect coord calculation 2022-11-07 13:21:45 -05:00
Cargo.toml specify sdl2 dep with non-windows and windows for build differences 2023-01-18 17:38:46 -05:00