Class InputDisabledEvent
Published via the Scylla Event eXchange System (SEX) when global input processing is disabled. All registered input actions will stop generating callbacks until input is re-enabled and the corresponding InputEnabledEvent is published.
Inherited Members
ScyllaEvent.IsCancelled
ScyllaEvent.StopPropagation()
Namespace: Scylla.Input
Assembly: ScyllaInput.dll
Syntax
public class InputDisabledEvent : ScyllaEvent
Remarks
This event is useful for systems that maintain pressed-key state, allowing them to
reset or flush their state when input is globally suppressed (e.g., during a
loading screen or a pause where no input should be processed).
Subscribe via ScyllaEvents.Listen<InputDisabledEvent>.