Using Raw Input from C# to handle multiple keyboards
Posted: 12 Jan 2007
Updated: 8 Mar 2013
Views: 348,119
Rating: 4.89/5
Votes: 55
Popularity: 8.50
Licence: The Code Project Open License (CPOL)
Bookmarked: 155
Downloaded: 11,992
Windows XP supports multiple keyboards, but by default, the .Net Framework will treat them all as one. This article explains how to use the Windows API Raw Input methods to support multiple keyboards from a C# application.