I need to do an exclusive grab of the SpaceExplorer from a Windows application using the TDxInput COM server. Is that possible?
I use Ruby and its win32ole library to get sensor and keyboard inputs and it works great - that is until somebody fires up a PDF reader or some other supported application and the event stream is stolen away.
If I cannot get an exclusive grab through TDxInput is there a way I can configure the installation of the driver or the COM object in the registry? Or could I use the TDxInput COM handle has an argument to SiGrabDevice(id,..) if I could load the siappdll.dll into the Ruby app's address space?
Any help appreciated!

