ComponentInputHandler constructor

ComponentInputHandler(
  1. FocusManager _focusManager
)

Creates a new ComponentInputHandler that delegates input events to the component currently focused by focusManager.

Implementation

ComponentInputHandler(this._focusManager);