Class InputRebindCancelledEvent
Published via the Scylla Event eXchange System (SEX) when an interactive rebind operation is cancelled without applying a new binding. The original binding path remains unchanged.
Inherited Members
ScyllaEvent.IsCancelled
ScyllaEvent.StopPropagation()
Namespace: Scylla.Input
Assembly: ScyllaInput.dll
Syntax
public class InputRebindCancelledEvent : ScyllaEvent
Remarks
Cancellation can happen programmatically or because the player pressed a cancel
key configured on the rebind operation. Subscribe via
ScyllaEvents.Listen<InputRebindCancelledEvent>.
Properties
ActionID
Gets or sets the string identifier of the action whose rebind was cancelled.
Declaration
public string ActionID { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
BindingIndex
Gets or sets the zero-based index of the binding that was being modified at the time the operation was cancelled. The binding at this index is unchanged.
Declaration
public int BindingIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int |