Qt5 Raw Input.
-
Hi all,
For my current program i am trying to use a barcode scanner and an keyboard as input device. The scanner is plug and play, but i don't want windows to handle the input. Because there is a distinction between the numbers that come form the keyboard and from the scanner.
I think i need to use the raw input api to catch all the data from the scanner. But i cant get it to work. Al the samples on the internet are using functions i cant find in Qt 5.
is there someone that has a sample working on qt5?
thanks,
cultivation