GNOME Bugzilla – Bug 709621
gdkevents.h: Mention _get_source_device()
Last modified: 2013-10-16 01:32:10 UTC
.
Created attachment 256707 [details] [review] gdkevents.h: Mention _get_source_device() It's too easy getting bitten by the ->device red herring, thinking that it's the original input device the event originated from.
Review of attachment 256707 [details] [review]: The wording strikes me as a little unfortunate, due to the repetition of 'original'. Can we just change it to say something like @device: the master device that the event originated from. Use gdk_event_get_source_device() to get the slave device.
Created attachment 256820 [details] [review] gdkevents.h: Mention _get_source_device() It's too easy getting bitten by the ->device red herring, thinking that it's the original input device the event originated from.
Attachment 256820 [details] pushed as c4c11a1 - gdkevents.h: Mention _get_source_device()