You will need to modify the UICamera to block touches if you already have one active, or simply check UICamera.touchCount in your callback functions like OnPress, and don't do anything if it's more than 1. You might also want to record the UICamera.currentTouchID if the touchCount is 1 to allow the logic to keep going if the touchID matches.