Multiple keyboard devices detection (win32)

BlitzMax Forums/BlitzMax Programming/Multiple keyboard devices detection (win32)

Digital Anime(Posted 2009) [#1]
Has anyone succesfull linked the user32.dll to Blitzmax or used maybe another way to detect which keyboard device send the characters?

The reason for this is that I need to compare the data of a chip reader with the data of a barcodereader wich both are seen as keyboard devices. I know this is not handy in the first place, but these are the devices I got to work with.

I know from some C++ examples that it should be possible using the user32.dll from Windows XP or Vista.

If there is another easier way to do the same that would be helpfull too.