Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: ranilian on July 17, 2012, 10:19:32 AM

Title: Artificial Mouse
Post by: ranilian on July 17, 2012, 10:19:32 AM
Hey Aren,

I was wondering if you would find this interesting to add to NGUI. Basically, we have a server talking to a client and we would like to add the ability to remotely control the client from the server by sending mouse events. Currently, NGUI has no way of detecting those events unless we hack the Input methods.

Do you have ideas how to solve this issue?

Thanks!
Title: Re: Artificial Mouse
Post by: ArenMook on July 17, 2012, 10:38:56 AM
Nothing short of hacking it. NGUI watches events passed down from Unity, and what you're suggesting would be watching events coming from some abstract location.