TouchScript — multitouch library for Unity
TouchScript — multitouch library for Unity
TouchScript
TouchScript.Core
TouchManagerInstance Class
TouchManagerInstance Properties
DisplayDevice Property
DotsPerCentimeter Property
DPI Property
Inputs Property
Instance Property
IsInsidePointerFrame Property
Pointers Property
PointersCount Property
PressedPointers Property
PressedPointersCount Property
ShouldCreateCameraLayer Property
ShouldCreateStandardInput Property
TouchManagerInstance
DisplayDevice Property
Gets or sets current display device.
Namespace:
TouchScript.Core
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Copy
public
IDisplayDevice
DisplayDevice
{
get
;
set
; }
Property Value
Type:
IDisplayDevice
Object which holds properties of current display device, like DPI and others.
Implements
ITouchManager
DisplayDevice
See Also
Reference
TouchManagerInstance Class
TouchScript.Core Namespace