Sets the script source and function that will handle mouse input for the scripted draw mode.
int32 SetHandlers( ScriptSource ScriptSource, string MouseHandlerFunction )
Parameter Type | Parameter Name | Documentation |
---|---|---|
<ScriptSource> | ScriptSource | The script source object that contains the script. Typically this will be the global object 'Script', which represents the current script source object. |
string | MouseHandlerFunction | The script function to call with mouse input. |
None published. Please look for an example in the Simdify Scripting Language code base.