getCurrentActionSet method

InputActionSetHandle getCurrentActionSet(
  1. InputHandle inputHandle
)

Implementation

InputActionSetHandle getCurrentActionSet(
  InputHandle inputHandle,
) =>
    _getCurrentActionSet.call(
      this,
      inputHandle,
    );