MapControl.IsTouchInputSupported Property
Gets a value that tells whether the current platform supports touch input.
Syntax
public static System.Boolean IsTouchInputSupported { get; }
Property Value
True if the current platform supports touch input; otherwise, False.
Remarks
This property can be used to determine whether the current platform supports touch input or not. The returned value does not indicate if an actual touch input device is available.
The following table lists the platforms and API:s that support touch input.
C++ | .NET | Java | Python | |
---|---|---|---|---|
Windows | Yes | Yes | ||
Linux | Yes | |||
Android | Yes | Yes |
Platforms that have no native support for touch input can sometimes support touch input by synthesizing mouse events for the primary touch point. In some case the drivers will even synthesize mouse wheel events when a user zooms with a pinch gesture. However, in these circumstances the input is forwarded and handled by the currently connected tool, for example a normal StandardTool, and not by a touch tool.
Platforms
Windows, Linux, Android