ggdt/libretrogd
Gered 3dfb8fe466 improve event polling / processing
- the new InputDevices struct is added to simplify input device
  updating and event processing of input events for all input devices
  now available, as well as future proofing for new ones (e.g. gamepad).
  this also helps us out with implementing better ways of doing custom
  application main loop SystemEvent handling ...
- System::do_events_with has been removed. if custom event handling
  is needed by applications, they should now implement this themselves,
  as demonstrated by the example in the doc comment for
  System::do_events.
-
2023-02-27 14:38:51 -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 improve event polling / processing 2023-02-27 14:38:51 -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