Added
- Added new functions which convert from SDL events to libtcod events:
- `TCOD_sys_process_key_event`
- `TCOD_sys_process_mouse_event`
- `tcod::sdl2::process_event`
- Added a way to access libtcod's SDL variables.
- `TCOD_sys_get_sdl_window`
- `TCOD_sys_get_sdl_renderer`
- Added `TCOD_sys_accumulate_console` which renders a console to the display
without automatically presenting it.
- The new renderers can potentially use a fall-back font when none is provided.
Fixed
- `TCOD_console_has_mouse_focus` and `TCOD_console_is_active` are now more
reliable with the newer renderers.