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?

_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to