Enable interaction with the touch interface.
Disable interaction with the touch interface.
Enable virtual input (allow interaction with virtual input)
Disable virtual input (no interaction)
Enable gesture in touch interface. All registered gesture recognizer component receive input.
Disable gesture in touch interface. All registered gesture recognizer component DO NOT receive input.
Launch Shape Recognition on all Shape Manager. This is a global call, you can call TryRecognizeShape on each Shape Recognizer component. For now, DO NOT CALL this function until the user has finished drawing.
Changes the key of the virtual input. Primary use case is in Option Menu. Warning! It call Release before change.
- Control Name : Name of control
- Button Input : For Button or Joystick (press and release)
- Horizontal Input Key : For Joystick or Touch Region (Horizontal Axis)
- Vertical Input Key : For Joystick or Touch Region (Vertical Axis)
Return true if rebinding success.
This function will soon be deprecated. Use Set Input Action instead!
Changes the Input Action of the virtual input. Primary use case is in Option Menu. It call Release before change.
- Control Name : Name of control
- Input Action : the desired input action
Return true if rebinding success.