Format of events procedure for theĀ Videogate object:
OnEvent("GATE ","id","event") |
Operator format for actions with the Videogate:
DoReact("GATE","id","command"[,"parameters"]); |
Example. Send corresponding messages to all system cores when the input speed on the gate 1 is reduced.
OnEvent("GATE ","1"," GATE_LOW_FPS ") { NotifyEventGlobal ("GATE ","1"," GATE_LOW_FPS "); } |