scotthmccoy / iMpulse

App for setting up and testing an iMpulse game controller
1 stars 0 forks source link

in Dev output ..."press" and "release" appear swapped and confused. #14

Open ScottBarrett opened 11 years ago

ScottBarrett commented 11 years ago

in southpaw mode and holding to match image, looking at back:

pressing 'n' reports: [n] plyr1 right shoulder release releasing 'n' reports: [j] plyr 1 right shoulder press

then, pressing 'u' reports: [n] plyr 1 left shoulder release releasing 'u' reports: [h] plyr 1 left shoulder press

pressing 'u' again reports: [r] plyr 1 left shoulder release releasing 'u'reports: [h] plyr 1 left shoulder press

continually pressing 'u' will produce [r],[h],[r],[h].....

until pressing 'n' again, which reports: [r] plyr 1 left shoulder release releasing 'n' reports: [j] plyr1 right shoulder press...

continually pressing 'n' will produce [n],[j],[n],[j].....

this behavior is consistant with all button pressing. The work properly in feedback mode, but in the dev tool they are reporting strangely.

scotthmccoy commented 11 years ago

Probably fixed by ea91b4d48639a087dfa0a0bfef8e300a235ddbe0. Please re-test now.