[sdljava-users] AWT Native Interface & SDL
Status: Beta
Brought to you by:
ivan_ganza
From: Christian B. <chr...@gm...> - 2005-07-15 19:03:45
|
Hi! I'm the author of JQEMU (http://sourceforge.net/projects/jqemu) which is a Java/Swing graphical frontend for QEMU (an x86 emulator) and I'm trying to embed the native application window (X11/SDL) inside a Java AWT Canvas using JNI and the AWT Native Interface. Everything works great except for mouse/keyboard events which seems to be ignored by the native window. Is there a way to catch keyboard and mouse events inside the canvas and pass them to the native window? Thanks Christian |