Group: Administrators
Posts: 13K,
Visits: 104K
|
Example code, please. For what it's worth,
> if they hold the left mouse button down every trial should record that the left mouse button is down
won't work. The approach would have to be
- register / detect a left button *press* (lbuttondown) in the 1st trial, and - register / detect the button *release* (lbuttonup) in all subsequent trials If no response / no release is registered, the button can be assumed to still be down / pressed.
|