1 %module javaupm_joystick12
2 %include "../upm.i"
3 
4 %{
5     #include "joystick12.h"
6 %}
7 
8 %include "joystick12.h"
9