DeviceGetContactCountMaximum Method |
This method attempts to get the maximum number of contacts a ScripTouch
multi-touch device supports. This is not supported on all ScripTouch
devices.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public int GetContactCountMaximum()
Public Function GetContactCountMaximum As Integer
public:
int GetContactCountMaximum()
member GetContactCountMaximum : unit -> int
Return Value
Type:
Int32maximum number of contacts
See Also