Austin Schuh | 374fd17 | 2014-10-25 17:57:54 -0700 | [diff] [blame] | 1 | #include "aos/linux_code/init.h" |
2 | #include "aos/prime/input/joystick_input.h" | ||||
3 | |||||
4 | int main() { | ||||
5 | ::aos::Init(); | ||||
6 | ::aos::input::JoystickProxy proxy; | ||||
7 | proxy.Run(); | ||||
8 | ::aos::Cleanup(); | ||||
9 | } |