Register component (Gesture Manager, Shape Recognizer…) to receive input.
- Manager : Component that you want to receive input from touch interface. Should be a class that inherit from Touch Interface Listener.
Unregister component. The unregistered component will no longer receive input.
- Manager : Component that you want to unregister.
Adds the touch interface of your choice to the player screen.
- New Touch Designer Interface : Touch Interface you want to use.
- State : A structure that lets you configure the initial state of the touch interface, such as whether it’s visible or not, whether it’s possible to interact with it or not, and so on.
Remove the touch interface currently added to the player screen.