cafe/
joystick.rs

1extern crate sdl2;
2
3pub type Joystick = sdl2::joystick::Joystick;
4
5pub fn init() {
6}