I'm not sure how to get NGUI to play well with a mouse in certain high resolution modes and would appreciate some advice.
I'm working on a MacBook Pro Retina which normally operates in a virtual 1440x900 resolution but in high DPI mode, so you wind up in effect with 2880x1800 pixels. Unity, however, doesn't support this high DPI mode right now but it does support the full 2880x1800 when running full screen.
The problem is, in 2880x1800 fullscreen the mouse is at the same sensitivity as the 1440x900 resolution but basically feels like it has been cut in half as it travels half as far.
In other components I can (and I'm simplifying) get the mouse position and multiply by 2. But, I don't see a great way to scale the mouse sensitivity proportionately for NGUI. Any suggestions?