For supporting the HOTKEY system by NGUI,
Could the OnKey support all keys' events? (and modifiers of key)
or add a new callback OnKeyDown/Up ?
i know i could do that in Update() myself, but if i do so, there will be 2 Key checking code in my system, thx.