Hello !
I finally managed to write an input device and everything works fine if
i declare my input device as NON_BLICKING. But if I declare my input
device as DEMAND_DRIVEN the pollAndProcessInput method does not get
called anymore. From the debugger I know that sensor.lastRead( ) is
called. I don't think that it is my duty to call pollAndProcessInput by
myself if I use a demand driven input device, do I ?
So I consider that this is a bug.
regards
Paul
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".