AVOLITES TITAN API

HandleKeyActionRange

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

Namespace: Handles

Syntax

MACRO

Void Handles.HandleKeyActionRange(String keyClass, MenuEventTypes eventType, String keyGroup, List<Int32> indexList, String keyName)

HTTP

http://[ip]:4430/titan/script/2/Handles/HandleKeyActionRange?keyClass={string}&eventType={}&keyGroup={string}&indexList={}&keyName={string}

Parameters

keyClass ( String ) : the key class (e.g. FixtureTouch, CueSwop)

eventType ( MenuEventTypes ) : the input type, (eg OnRangeSelect)

keyGroup ( String ) : key group (eg Fixtures, Groups..)

indexList ( List<Int32> ) : list of handle indexes

keyName ( String ) : key name (eg Swop, Flash, Touch)