mirror of
https://github.com/eclipse/upm.git
synced 2025-03-25 01:39:59 +03:00

This should also support similar analog joysticks Signed-off-by: izard <alexander.komarov@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com> Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
9 lines
105 B
OpenEdge ABL
9 lines
105 B
OpenEdge ABL
%module jsupm_joystick12
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "joystick12.h"
|
|
%}
|
|
|
|
%include "joystick12.h"
|