#
Input
If our game is going to be any good we probably want our player to be able to move.
#[ignore]
#[test]
fn gallery_shooter() {
let mut app = byte_engine::application::GraphicsApplication::new("Gallery Shooter");
let audio_system_handle = app.get_audio_system_handle().clone();