Hi,
I'm creating a new input device by implementing the InputDevice interface, and am creating my Universe through the Configuration file that is fed into ConfiguredUniverse. The configuration file is essentially the same as the one provided in the most recent Java3D API example config file for "j3d1x1-vr" and I need to *in the configuration file* register my "screen" (which can be traced to a Canvas3D object, which in turn inherits from Component) to the mouse listener in my InputDevice implementation. I know that this must be possible, because there is a "DeviceProperty" command for the configuration file that you can set various attributes / properties of the InputDevice. There is no documentaiton anywhere that indicates how to implement a method that will be properly processed...
Has anyone ever done this before and know how to do it?
Thanks
Julie
=========================================================================== 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".