This is really wierd… I have a photo slide show I’m developing and have run into a couple issues. At standard size (when viewing in a web page) the Key.isDown works just fine, but the onMouseWheel listener I have doesn’t work. When I toggle to full screen, the onMouseWheel listener works fine (once the message about hitting ESC goes away) but it now ignores the Key.isDown feature.
This will be very frustrating for the viewer to only be able to use one or the other depending on how it’s being viewed as both won’t work in the same view.
Any ideas why this might be happening? I’ve been scouring many of the threads regarding the onMouseWheel and I’m thinking it has to do with the browser taking controll over the mouse wheel which is why that won’t work unless full screen, but I have yet to find why the Key.isDown is not working in full screen view.