Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Checks whether TouchBar is available.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
TouchBar | 6.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
none
Returns 1 or 0.
Check touchbar:
If [ MBS( "TouchBar.Available" ) ]
Show Custom Dialog [ "TouchBar" ; "Is available and may be installed." ]
Else
Show Custom Dialog [ "TouchBar" ; "Is not available." ]
End If
This function is free to use.
Created 1st November 2016, last changed 30th December 2022