So the following allows me to switch devices in the immediate chain:
Code: Select all
this.primaryDevice.switchToDevice(DeviceType.ANY,ChainLocation.PREVIOUS);
this.primaryDevice.switchToDevice(DeviceType.ANY,ChainLocation.NEXT);
I can also use a cursorDevice to select various parts of the total chain.
How can I set the current selected cursor to be the primary device?
I have noticed in come of the 1.1 beta notes that there is a named "Primary" cursor available somehow, is this what I need to be using? If so how the hell do I get it?
Thanks for any help as I'm banging my head against the wall here.
Cheers
Andy
