Hi,
i´m using an usb and a ps/2 keyboard at the same time. Is it possible to determine, which keyboard i used, when a key was pressed?
Thanks,
Winni
Printable View
Hi,
i´m using an usb and a ps/2 keyboard at the same time. Is it possible to determine, which keyboard i used, when a key was pressed?
Thanks,
Winni
You can use DirectInputto get all product-infos for Your input-hardware.Code:DirectInputDevice8::GetDeviceInfo()
Mike