Click or drag to resize

ITouchManager Properties

The ITouchManager type exposes the following members.

Properties
  NameDescription
Public propertyDisplayDevice
Gets or sets current display device.
Public propertyDotsPerCentimeter
Gets number of pixels in a cm with current DPI.
Public propertyDPI
Gets current DPI.
Public propertyInputs
Gets the list of IInputSource
Public propertyIsInsidePointerFrame
Indicates that execution is currently inside a TouchScript Pointer Frame, i.e. before FrameFinished and after FrameStarted events.
Public propertyPointers
Gets the list of pointers.
Public propertyPointersCount
Gets number of pointers in the system.
Public propertyPressedPointers
Gets the list of pressed pointers.
Public propertyPressedPointersCount
Gets the number of pressed pointer in the system.
Public propertyShouldCreateCameraLayer
Indicates if TouchScript should create a StandardLayer for you if no layers present in a scene.
Public propertyShouldCreateStandardInput
Gets or sets a value indicating whether a StandardInput should be created in scene if no inputs present.
Top
See Also