Build Your Own Arcade Controls Forum

Main => Main Forum => Topic started by: cadmium on August 01, 2008, 10:15:30 pm

Title: Button Layout Question
Post by: cadmium on August 01, 2008, 10:15:30 pm
I'm building a 7 button layout using an I-Pac. I was initially going to lay out the the buttons like

Code: [Select]
  567
  234
1

But from what I gather this is more common

Code: [Select]
  123
  456
7

I realize there is probably no "right" way, but is that the most common way?