Tesla Graphics Engine Documentation (January 2012)
EnableTrigger Method (index, enabled)
TeslaTesla.InputInputLayerEnableTrigger(Int32, Boolean)
Enables or disables a specific trigger using the specified index.
Declaration Syntax
C#
public bool EnableTrigger(
	int index,
	bool enabled
)
Parameters
index (Int32)
Zero-based index of the trigger in the InputTriggerCollection
enabled (Boolean)
Enabled status of the trigger
Return Value
True if the operation was successful false if an exception was thrown or if the trigger was null

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)