GP2X buttons?

Previous topic - Next topic

AndyH

Hi - could anyone with a Gp2X help confirm what some of the buttons are:

Buttonlayout for GP2X:
Button4 = TAT
Button9 = FL
Button10= FR


TAT?

FL/FR are those the left and right shoulder buttons?

Moru

The manual shows GP2X usage of all buttons.

AndyH

I think you misunderstand.  Does FL and FR mean the shoulder buttons left and right.  And what button is TAT? (number 4)

Kitty Hello

Ah! GetJOY...!
Uhm. TAT = press on the center of the D-Pad (F100, only).
FL and FR are the shoulder buttons. Usually people use the KEY() for GP2X input, which is better documented:
Code (glbasic) Select
Application Buttons - GP2X

GP2X     Key(s)              PC-Key
--------------------------------------------
DPad     203,205,200,208,57  Cursor Keys/Space
Volume   201,209             PageDn/PageUp
Shoulder 42, 54              LShift/RShift
Start    28                  Enter
Select   15                  Tab
A,B,X,Y  44,45,29,58         A,D,S,W
         30,32,31,17         Y,X,LCtr,CapsLock
Vol +&-  01                  ESC

momosxp

Die Werte für die Y-Taste funktionieren nicht für den F-200
edit: english: The Codes for the Y-Button don't work with the F-200

Ian Price

Quote from: momosxp on 2008-May-23
Die Werte für die Y-Taste funktionieren nicht für den F-200
edit: english: The Codes for the Y-Button don't work with the F-200

The keys as listed above (30,32,31,17) definitely work on F-200 - they are what I used in B'lox! and "Y" works fine.
I came. I saw. I played.

momosxp

ohh sry.. it was my fault -.-