AVOLITES TITAN API

HandleKeyAction

Dispatches inputs for key events on handles. Determines what handle (if any) is associated with a key press and creates a new event

Namespace: Handles

Syntax

MACRO

Void Handles.HandleKeyAction(String keyClass, MenuEventTypes eventType, String keyGroup, Int32 keyIndex, String keyName, DateTime timeStamp)

HTTP

http://[ip]:4430/titan/script/2/Handles/HandleKeyAction?keyClass={string}&eventType={}&keyGroup={string}&keyIndex={titanId}&keyName={string}&timeStamp={}

Parameters

keyClass ( String ) : The key class.

eventType ( MenuEventTypes ) : Type of the event.

keyGroup ( String ) : The key group.

keyIndex ( Int32 ) : Index of the key.

keyName ( String ) : The name of the key/item to process.

timeStamp ( DateTime ) : The time stamp.