The stick is odd and has 8 actual contacts. So the GP2X stick has a physical contact switch for a diagonal.Parkydr said:Up and Right? What events does the D pad produce?
Does it have the same gotcha as the standard stick - i.e. producing two events for one position e.g. Up and UpRight if at north-north-east?
It would be useful for devs to know, then there might be a chance of D pad compatible apps.
The D-pad only has 4 actual switches so you need to interpret 2 simultaneous presses as a diagonal. This is the way all other pads work like the one on the PSP etc.
You can support both in code pretty easy as each controller can't do what the other can anyway.
Look here for control options and how to implement for pads/stick:
http://gp2x.projectinfinity.org.uk/viewpage.php?page_id=16
Last edited by a moderator: