Re: Injecting input inside a gtk program?
- From: Dan Kegel <dank kegel com>
- To: gtk-list gnome org
- Subject: Re: Injecting input inside a gtk program?
- Date: Sat, 27 Jun 2009 18:30:25 -0700
On Fri, Jun 26, 2009 at 5:38 AM, Dan Kegel<dank kegel com> wrote:
>>> How does one inject keystrokes in a gtk program?
>>
>> http://mail.gnome.org/archives/gtk-app-devel-list/2004-July/msg00016.html
>> shows how to do it with
>> gdk_keymap_get_entries_for_keyval() and gtk_main_do_event().
>
> Only that doesn't work in general, because gtk_main_do_event
> immediately ignores the event if it's not associated with
> a window. Injecting via gdk_event_put() seems to work
> better for me.
http://k3d.svn.sourceforge.net/viewvc/k3d/tags/k3d-0.7.0.0/k3dsdk/ngui/interactive.cpp?revision=558&view=markup
seems to have a lot of interesting bits along that line...
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]