Contents
Strategic Partner Links
Sepasoft - MES Modules
Cirrus Link - MQTT Modules
Resources
Knowledge Base Articles
Inductive University
Forum
IA Support
SDK Documentation
SDK Examples
Alters a running client's touchscreen mode on the fly.
This scripting function has no Client Permission restrictions.
system.gui.setTouchscreenModeEnabled(enabled)
boolean enabled - The new value for touchscreen mode being enabled.
Nothing
Client
# This example could be used on an input heavy window's internalFrameActivated event to remove touch screen mode. if system.gui.isTouchscreenModeEnabled(): system.gui.setTouchscreenModeEnabled(0)