AVOLITES TITAN API

InjectRangeInput

injects input to menu system to range select handles in marquee fashion to select handles are given as a list of indexes

Namespace: Menu

Syntax

MACRO

Void Menu.InjectRangeInput(String eventType, String id, String group, List<Int32> indexList)

HTTP

http://[ip]:4430/titan/script/2/Menu/InjectRangeInput?eventType={string}&id={string}&group={string}&indexList={}

Parameters

eventType ( String ) : Type of the input. (OnButtonDown, OnButtonUp, etc)

id ( String ) : The id of the input.

group ( String ) : The panel group or region of the input.

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