pymel.core.windows.multiTouch

multiTouch(*args, **kwargs)

Used to interact with the Gestura (multi-touch) library. In query mode, return type is based on queried flag.

Flags:

Long Name / Short Name Argument Types Properties
gestures / g bool ../../../_images/create.gif ../../../_images/query.gif
  Enables/Disables multi touch gestures.
trackpad / t int ../../../_images/create.gif ../../../_images/query.gif
  Sets the trackpad mode. Values can be: 1 - Cursor Control only2 - Multi-touch Gestures Only3 - Cursor and Multi-touchNote: this is a Maconly flag. Flag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.multiTouch