bgiProcessGizmoEvents

Processes events for XML-loaded controls and returns the event handler function name to call. Takes collectionID (Int). Returns value storage.

BGI GUI

Parameters & Returns

Parameters

collectionID Int

Returns

String

Quick Summary

Processes events for XML-loaded controls and returns the event handler function name to call. Takes collectionID (Int). Returns value storage.

Technical Exegesis...

Processes events for XML-loaded controls and returns the event handler function name to call. Uses static string handlerName for return value storage. Searches gizmoCollections map for collectionID. If collection not found, returns empty string "". Calls bgiGetEventMessage() to get current event type. If no event (msg == 0), returns empty string. Calls bgiGetEventSource() to get source control handle.

Example

Example.bam
; No example implemented yet