Christopher Johnson wrote:
Unlike raw input events, with window events I can't seem to see a way to differentiate between different types of devices. Let's say I have a real keyboard and a remote control, both generating DWET_KEYDOWN and DWET_KEYUP events. With raw input events I can look at the event.input.device_id and determine (based on my EnumInputDevices done earlier) which device the event is coming from. Am I missing anything? Is there some way to determine this with windowed events?

I thought the window event already has the device_id, but if not, it would
not be difficult to add it.

--
Best regards,
  Denis Oliver Kropp

.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------"
_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to