Alexander Nitsch

Results 14 comments of Alexander Nitsch

Which controller are you using? Is it a ZCM1 or ZCM2 (see the label on the back)?

How are you determining the rate of generated "click events"? Just from watching the console output in the example applications? Or by triggering actions with these buttons (e.g. lighting the...

Does the behaviour change if, prior to calling `psmove_poll()` in your update loop, you consume input reports that might have stacked up? Like so: ```c while (keep_running) { // consume...

> ```c > // get latest input report > if (!psmove_poll(it->second)) { > unsigned int buttons = psmove_get_buttons(it->second); You got this check backwards. `psmove_poll` returns 0 on error or if...

> The return of psmove_poll with no new data isn't that the status we want? We are up to date with the polling. Yes, I realized that my suggestion was...

After testing with a ZCM2 on Windows 10, I can confirm that the T button and the Move button are rather unresponsive while the other buttons seem to work just...

> Do you have an idea when you can look into the issue? I would very > much appreciate fixing this. I am currently swamped with work. So it is...

@whitingjp That was some major sleuthing. Thanks a lot!

> so, issue is for psmove ps4 without magnometter, is Model_ZCM1U for > me, same VID/PID, just get difference reference with 460 and no 400 > for real PS3 psmove...

> I wonder if number 300 is something you can confirm or it might be > something specific to my PC? The controller's internal update frequency (for both ZCM1 and...