2D Toolkit Forum

2D Toolkit => Support => Topic started by: Finnegan on May 23, 2014, 04:45:15 pm

Title: Disable input globally
Post by: Finnegan on May 23, 2014, 04:45:15 pm
I would like to have a flag for disabling all input for tk2dUIItems.

Should I just return from Press, UpdateTouch and Release when this flag is on? Or it can be done more effectively/safe?
Title: Re: Disable input globally
Post by: unikronsoftware on May 23, 2014, 05:27:25 pm
You can turn off the tk2dUIManager, that will turn off all interaction...
Title: Re: Disable input globally
Post by: Finnegan on May 23, 2014, 06:41:55 pm
Oh, that's simple.  ??? Thank you!