Re: Fullscreen issue on KeyListener event
Posted by
Sven Gothel on
Mar 29, 2012; 3:25pm
URL: https://forum.jogamp.org/Fullscreen-issue-on-KeyListener-event-tp3855615p3868039.html
On 03/29/2012 09:14 AM, gouessej [via jogamp] wrote:
>
>
> robbiezl, you can put your AWT listeners on NewtCanvasAWT (which is an AWT
> component too) if you don't want to use NEWT listeners.
That works on all platforms ? I would think our NEWTCanvas
hides the AWT Canvas component due to the native Window parenting
and hence AWT won't receive the events anymore.
But if this works, even better :)
~Sven