Skip to content

Commit

Permalink
Merge pull request #151 from ccoenen/button-flicker-fix
Browse files Browse the repository at this point in the history
fixing button flickering if the message queue was empty
  • Loading branch information
thp committed Feb 13, 2015
2 parents f0bd675 + d25e64e commit 87974fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/unity/src/UniMoveController.cs
Expand Up @@ -236,8 +236,8 @@ void Update()

// The events are not really working from the PS Move Api. So we do our own with the prevButtons
//psmove_get_button_events(handle, ref pressed, ref released);
currentButtons = buttons;
}
currentButtons = buttons;


// For acceleration, gyroscope, and magnetometer values, we look at only the last value in the queue.
Expand Down

0 comments on commit 87974fa

Please sign in to comment.