Class InputEnabledEvent
Published via the Scylla Event eXchange System (SEX) when global input processing is enabled after having been disabled. All registered input actions will resume generating callbacks once this event is dispatched.
Inherited Members
ScyllaEvent.IsCancelled
ScyllaEvent.StopPropagation()
Namespace: Scylla.Input
Assembly: ScyllaInput.dll
Syntax
public class InputEnabledEvent : ScyllaEvent
Remarks
Subscribe via ScyllaEvents.Listen<InputEnabledEvent>.
To observe individual action phase transitions that occur after input is re-enabled,
subscribe to InputActionPerformedEvent.