AVEVA OMI Software Developer Kit



The occurred touch event
The touch parameter
ProcessTouch Method (ISupportTouch)
Process touch event.
Syntax
'Declaration
 
Function ProcessTouch( _
   ByVal touchEvent As TouchType, _
   ByVal touchArgs As TouchArgs _
) As TouchResult
'Usage
 
Dim instance As ISupportTouch
Dim touchEvent As TouchType
Dim touchArgs As TouchArgs
Dim value As TouchResult
 
value = instance.ProcessTouch(touchEvent, touchArgs)
TouchResult ProcessTouch( 
   TouchType touchEvent,
   TouchArgs touchArgs
)
TouchResult^ ProcessTouch( 
   TouchType touchEvent,
   TouchArgs^ touchArgs
) 

Parameters

touchEvent
The occurred touch event
touchArgs
The touch parameter

Return Value

The touch process result
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also