Pair programming tools that are not remote

Posted by JonathanTech on Stack Overflow See other posts from Stack Overflow or by JonathanTech
Published on 2010-03-27T05:08:18Z Indexed on 2010/03/27 5:13 UTC
Read the original article Hit count: 546

I am currently in a job where we practice serious pair programming on windows machines. We both have a set of keyboards, mice, and we have two monitors, which works well for switching who's the driver really easy, but there are some points in the session that I would like to start writing tests at the same time that my pair is writing implementation.

I am wondering if there is any program that would allow me to have effectively two cursors and keyboard focuses on the same computer. If they don't exist then I am willing to experiment with my own solution, but I would like input as to how to best accomplish this. I am most familiar with .Net 3.5 technologies, but I also know Java and am willing to learn C++ to solve this problem.

If I was creating the solution myself I would go down the road of being able to grab the input of one hardware device (i.e. a specific mouse that's installed) and prevent Windows from moving the pointer, and instead move my own programs pointer independently.

© Stack Overflow or respective owner

Related posts about c#

Related posts about pair-programming