Platforms to show: All Mac Windows Linux Cross-Platform

Back to PhidgetCapacitiveTouchMBS class.

PhidgetCapacitiveTouchMBS.DataInterval as UInt32

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The DataInterval is the time that must elapse before the channel will fire another Touch event.

The data interval is bounded by MinDataInterval and MaxDataInterval.
The timing between Touch events can also affected by the TouchValueChangeTrigger.

Unit: milliseconds (ms)
(Read and Write property)

PhidgetCapacitiveTouchMBS.IsTouched as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The most recent touch state that the channel has reported.

This will be false or true.
false is not touched
true is touched
(Read only property)

PhidgetCapacitiveTouchMBS.MaxDataInterval as UInt32

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The maximum value that DataInterval can be set to.

Unit: milliseconds (ms)
(Read only property)

PhidgetCapacitiveTouchMBS.MaxSensitivity as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The maximum value that Sensitivity can be set to.

(Read only property)

PhidgetCapacitiveTouchMBS.MaxTouchValue as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The maximum value the Touch event will report.

(Read only property)

PhidgetCapacitiveTouchMBS.MaxTouchValueChangeTrigger as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The maximum value that TouchValueChangeTrigger can be set to.

(Read only property)

PhidgetCapacitiveTouchMBS.MinDataInterval as UInt32

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The minimum value that DataInterval can be set to.

Unit: milliseconds (ms)
(Read only property)

PhidgetCapacitiveTouchMBS.MinSensitivity as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The minimum value that Sensitivity can be set to.

(Read only property)

PhidgetCapacitiveTouchMBS.MinTouchValue as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The minimum value the Touch event will report.

(Read only property)

PhidgetCapacitiveTouchMBS.MinTouchValueChangeTrigger as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The minimum value that TouchValueChangeTrigger can be set to.

(Read only property)

PhidgetCapacitiveTouchMBS.Sensitivity as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Determines the sensitivity of all capacitive regions on the device.

Higher values result in greater touch sensitivity.
The sensitivity value is bounded by MinSensitivity and MaxSensitivity.
(Read and Write property)

PhidgetCapacitiveTouchMBS.TouchValue as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The most recent touch value that the channel has reported.

This will be 0 or 1 for button-type inputs, or a ratio between 0-1 for axis-type inputs.
This value is bounded by MinTouchValue and MaxTouchValue.
The value is not reset when the touch ends.
(Read only property)

PhidgetCapacitiveTouchMBS.TouchValueChangeTrigger as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The channel will not issue a Touch event until the touch value has changed by the amount specified by the TouchValueChangeTrigger.

Setting the TouchValueChangeTrigger to 0 will result in the channel firing events every DataInterval. This is useful for applications that implement their own data filtering
(Read and Write property)

The items on this page are in the following plugins: MBS Phidgets Plugin.


The biggest plugin in space...