Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: kennethljj on May 05, 2014, 01:09:39 AM

Title: Stylus Support
Post by: kennethljj on May 05, 2014, 01:09:39 AM
Hi,

I would like to enquire about adding stylus support for my game.
Does the current NGUI supports stylus?
I have read up on the following thread but it is quite old
http://www.tasharen.com/forum/index.php?topic=7423.msg43952#msg43952

If Ngui does not support stylus, do I have to manually add in the plugin for eg. samsung s-pen plugin from the developer site?
Then add on the suggestion from the thread above?

Thanks for help in advance.
Title: Re: Stylus Support
Post by: ArenMook on May 05, 2014, 11:15:32 PM
It's a question for Unity rather than NGUI. Unity treats stylus input as mouse input I believe. Mouse input is disabled on android devices by default. Check UICamera's Awake() function.