Hi,

I was doing some testing today, and I think I've found a bug in the
Simulator, related to the modifiers field for keyDown events. If I press
Shift + UpArrow in the emulator, I get:

event->data.keyDown.chr = 30
event->data.keyDown.modifiers = 5

but if I do it in the simulator, I get:

event->data.keyDown.chr = 30
event->data.keyDown.modifiers = 0

The modifiers field doesn't seem to be getting set. Just thought someone at
Palm might want to know....

Tom


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to