Can we take response from two or more than two mouse in psychtoolbox?

I have to use two mouse to collect responses for my experiment. Can I do that in psychtoolbox ? Is there any predefined function for that ? Please help me out with this . Thanks in advance.

On MS-Windows, all mice will be treated as one “unified” mouse, you can’t address them individually atm. On Linux, yes (help GetMouse, GetMouseIndices, help for keyboard queues if only button responses, MouseMotionRecordingDemo etc.). macOS is inbetween: mouse buttons can be treated individually, mouse motion/position not.

As usual, for best results, Linux is recommended.
-mario

Thanks a lot Mario :slight_smile: