InputLayerManager.ProcessInput() Method
Definition¶
Namespace: Brine2D.Input
Processes input through all layers in priority order. Call this once per frame after Update(). If a layer throws, the exception is logged and processing continues with the remaining layers so that a single misbehaving layer cannot break input for the entire frame.
public void ProcessInput();