My project needs the cursor to be visible during regular game play, but also uses shortcut keys. My problem is that when NGUI detects an input scheme change it locks and unlocks the cursor in the UICamera.currentKey property. Is there a proper way of dealing with this or is it safe to patch UICamera to alter the lock behavior?
Thanks!