Hi Erik,
I haven't tried your code yet, but I wonder if you get anything
from the "keyPressed" or "keyReleased" methods either? I could imagine
a scenario in which the keystrokes were intercepted, but not translated
to keys.... Also, I will look at the ApplicationContext code where it
dispatches things to see if there is anything strange related to
fullscreen mode that might be going on. Thanks for the test case.
~Roger Whitcomb
On 7/19/13 3:58 PM, Erik Innocent wrote:
How can I make UnprocessedKeyHandler function in fullscreen mode?
Which is to say, unprocessed keys seem not to be detected in
fullscreen mode. I posted a simple example here:
https://gist.github.com/einnocent/6042931
Uncomment the line w/ setFullScreen(true) to toggle back and forth
between starting in a window and fullscreen. When it works, you should
be able to press (pretty much) any key and see a log line printed to
console. Am I doing something wrong, or is this a bug?
My versions: JRE 1.7.0_21; Mac OS X 10.6.8; Apache Pivot 2.0.2
Thanks!
--E