MultiTouchEnabled specifies whether multi-touch is enabled. With multi-touch, the computer can receive input from the touch surface from multiple points at the same time.

Values

true

Enables multi-touch. This is the default value.

false

Disables multi-touch.

Parent Hierarchy

Valid Passes

offlineServicing

Applies To

For the list of the supported Windows® editions and architectures that this component supports, see Microsoft-Windows-TabletPC-Platform-Input-Core.

XML Example

The following XML output shows how to disable multi-touch on a Tablet PC.

  Copy Code
<MultiTouchEnabled>false</MultiTouchEnabled>

See Also