_______________________________________________ directfb-dev mailing list directfb-dev@directfb.org http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
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] DFBWindowEvent, which device? Christopher Johnson
- Re: [directfb-dev] DFBWindowEvent, which device? Denis Oliver Kropp
- Re: [directfb-dev] DFBWindowEvent, which devi... Christopher Johnson