Hi all,
I'm trying some of my AppGameKit proyects in the nVidia Shield.
I get some of the Shield's buttons yet mapped (maybe it could be useful for somebody):
shield button agk key/getrawbutton
a BT1
b BT2
x BT3
Y BT4
l1 BT5
r1 BT6
click left BT9
click right BT10
left analog JOY1 X, Y axis
right analog JOY1 RX, RY axis
DPAD left BT13
DPAD right BT15
DPAD up BT14
DPAD down BT16
BACK button keycode 27 (esc)
DPAD are also mapped as AGK's cursor keys
I can't get the mapping for L2 and R2 buttons. I've tried mouse, getrawjoystickx/y(2) without any success.
Anybody knows how I doing wrong?
Thanks in advance.
Edit: added mapping for second analog joystick it uses GetRawJoystickRX/GetRawJoystickRY commands.