Re: [AD] Ouya controller support |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
I got my Ouya today, and I’ve checked out your new branch. I’m going to try
the joystick out as soon as I get my game back in building/working order.
Trent
From: Jonathan Lilliemarck
Sent: Friday, July 12, 2013 5:01 PM
Subject: Re: [AD] Ouya controller support The Linux Joystick driver pretty much works as it is!
It's just a few defines in linux/input.h that are missing. At first I got error
EACCES when the driver opened the device but adding <uses-permission
android:name="tv.ouya.DIRECT_INPUT_ACCESS"/> to the manifest solved it!
The adb shell has a tool getevent that can be used to
examine the device in various ways:
shell@xxxxxxxxxx:/ $ getevent -lp
/dev/input/event1
add device 1: /dev/input/event1
name: "OUYA Game
Controller"
events:
KEY (0001):
BTN_LEFT
BTN_RIGHT
BTN_MIDDLE
BTN_A
BTN_B
BTN_C
BTN_X
BTN_Y
BTN_Z
BTN_TL
BTN_TR
BTN_TL2
BTN_TR2
BTN_SELECT
BTN_START
BTN_MODE
BTN_THUMBL
BTN_THUMBR
013f
REL (0002):
REL_X
REL_Y
REL_WHEEL
ABS (0003):
ABS_X
: value 32768, min 0, max 65535, fuzz 255, flat 4095, resolution 0
ABS_Y
: value 32768, min 0, max 65535, fuzz 255, flat 4095, resolution 0
ABS_Z
: value 0, min 0, max 65535, fuzz 255, flat 4095, resolution 0
ABS_RX
: value 33742, min 0, max 65535, fuzz 255, flat 4095, resolution 0
ABS_RY
: value 32653, min 0, max 65535, fuzz 255, flat 4095, resolution 0
ABS_RZ
: value 0, min 0, max 65535, fuzz 255, flat 4095, resolution 0
ABS_MISC
: value 221, min 0, max 255, fuzz 0, flat 0, resolution 0
0029
: value 0, min 0, max 255, fuzz 0, flat 0, resolution 0
002a
: value 0, min 0, max 255, fuzz 0, flat 0, resolution 0
002b
: value 0, min 0, max 255, fuzz 0, flat 0, resolution 0
MSC (0004):
MSC_SCAN
input props:
<none>
2013/7/12 Beoran <beoran@xxxxxxxxxx>
------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
-- https://lists.sourceforge.net/lists/listinfo/alleg-developers |
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |