Hi,<br>
<br>
I have noticed that when you release the button (finger, stylus, etc.), Gtk emits a<br>
motion-notify event with the same pointer coordinates again. By comparing these values with<br>
the ones from the previous motion-notify-event, you can detect button releasing, too.<br>
Gtk on my desktop computer behaves differently, so maybe this is a Hildon or touchscreen issue.<br>
<br>
Cheers,<br>
Martin<br><br><br><div><span class="gmail_quote">2007/11/8, Chris Lord &lt;<a href="mailto:chris@openedhand.com">chris@openedhand.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
It could be that the motion hint is set on the widget - this stops<br>motion events being reported until the app has had time to handle them<br>so you don&#39;t get a back-log of events... I might (in fact, probably) be<br>
remembering incorrectly, but previous hildon gtk had a patch so it was<br>set by default I think?<br><br>Either way, something to check out - Have a look at<br>gtk_widget_add_events, GdkEventMask and GDK_POINTER_MOTION_HINT_MASK.
<br>I&#39;ve not tried python, but I certainly didn&#39;t have this problem in C.<br><br>--Chris<br><br>On Wed, 2007-11-07 at 22:32 -0800, George Nachman wrote:<br>&gt; I&#39;ve written an app in PyMaemo that is very sensitive to getting
<br>&gt; OnButtonUp events on time and I noticed that if I touch the screen<br>&gt; with my finger, move it, and let it up all very quickly that I don&#39;t<br>&gt; get the button_release_event message. I do get a button_press_event
<br>&gt; and maybe a motion_notify_event, but GTK never tells me I released the<br>&gt; button. If I then tap on the screen I immediately get a<br>&gt; button_release_event, motion_notify_event, and button_press_event in<br>
&gt; very quick succession.<br>&gt;<br>&gt; My program runs in a full-screen window, so I don&#39;t believe something<br>&gt; else could be getting my button_release_event--and besides, I do get<br>&gt; it when I tap on the screen later on, anyway.
<br>&gt;<br>&gt; Has anyone ever heard of this? Could I just be doing something silly?<br>&gt;<br>&gt; Thanks,<br>&gt; George<br>&gt; _______________________________________________<br>&gt; maemo-developers mailing list<br>
&gt; <a href="mailto:maemo-developers@maemo.org">maemo-developers@maemo.org</a><br>&gt; <a href="https://lists.maemo.org/mailman/listinfo/maemo-developers">https://lists.maemo.org/mailman/listinfo/maemo-developers</a><br>
<br>_______________________________________________<br>maemo-developers mailing list<br><a href="mailto:maemo-developers@maemo.org">maemo-developers@maemo.org</a><br><a href="https://lists.maemo.org/mailman/listinfo/maemo-developers">
https://lists.maemo.org/mailman/listinfo/maemo-developers</a><br></blockquote></div><br>