- ScrollUp: Zoom in
- ScrollDown: Zoom out
- Left-Click + Drag: Move the map
- Middle Click: Toggle a marker
- Esc: Quit the programm
- Space: Toggle robot chase
- R: Reset the screen offset
- I: Open the backpack menu
- M: Open the markers menu
The SDL2 bindings used require the original libraries to be installed manually, as the crates feature to perform this action automatically is not currently working. On linux systems the 'sdl2', 'sdl2_image' and 'sdl2_ttf' packages need to be installed through a package manager. On MAC systems, the same packaes can be installed via brew with the commands 'brew install '. On Windows ( :sad_emoji ) please refer to https://github.com/Rust-SDL2/rust-sdl2#windows-msvc