getInputTypeForHandle method

ESteamInputType getInputTypeForHandle(
  1. InputHandle inputHandle
)

Implementation

ESteamInputType getInputTypeForHandle(
  InputHandle inputHandle,
) =>
    ESteamInputType.fromValue(
      _getInputTypeForHandle.call(
        this,
        inputHandle,
      ),
    );