12 lines
152 B
OpenEdge ABL
12 lines
152 B
OpenEdge ABL
|
|
%module pyupm_joystick12
|
||
|
|
%include "../upm.i"
|
||
|
|
|
||
|
|
%include "stdint.i"
|
||
|
|
|
||
|
|
%feature("autodoc", "3");
|
||
|
|
|
||
|
|
%include "joystick12.h"
|
||
|
|
%{
|
||
|
|
#include "joystick12.h"
|
||
|
|
%}
|