1 %module pyupm_joystick12 2 %include "../upm.i" 3 4 %include "stdint.i" 5 6 %feature("autodoc", "3"); 7 8 %include "joystick12.h" 9 %{ 10 #include "joystick12.h" 11 %} 12