OK, I eventually got my Ogre + Gtk app to work. For those interested,
have a look at the GtkOgre app on the Ogre wiki, and replace
gtk_ogre_realize() with this version (which creates a GdkWindow first,
then passes it as external window handle to Ogre when creating the
RenderWindow) :
static vo
Hi,
I'm looking for a way to embed an Ogre3D visualisation in a GTK child
widget while still being able to receive keyboard/mouse events in such a
widget.
The ogre-gtk example app from the Ogre wiki successfully displays Ogre
in child widgets, but for some reason, events can't be received anym