Author Topic: How do I completely disable all user input?  (Read 4078 times)

storm33229

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 44
    • View Profile
How do I completely disable all user input?
« on: September 26, 2014, 11:48:09 PM »
When I click a button to initiate a transition from one UI screen to the next, I want the user input to be completely disabled until the transition has completed. How do I completely disable all user input?

Nicki

  • Global Moderator
  • Hero Member
  • *****
  • Thank You
  • -Given: 33
  • -Receive: 141
  • Posts: 1,768
    • View Profile
Re: How do I completely disable all user input?
« Reply #1 on: September 27, 2014, 05:49:10 AM »
Generally, I put a UIWidget with a collider on top that stretches to the entire screen with the built in anchors, an just have it do nothing when touched.

storm33229

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 44
    • View Profile
Re: How do I completely disable all user input?
« Reply #2 on: September 27, 2014, 11:12:27 AM »
Generally, I put a UIWidget with a collider on top that stretches to the entire screen with the built in anchors, an just have it do nothing when touched.

Wow that's brilliantly simple, and works perfectly! Thank you. I can't believe I didn't try this to start   :-[