Interface InputDispenser

    • Method Summary

      Modifier and Type Method Description
      Input getInput​(long slot)
      Resolve (find or create) an Input instance for the slot specified.
    • Method Detail

      • getInput

        Input getInput​(long slot)
        Resolve (find or create) an Input instance for the slot specified. The input is not required to be per-slot (per-thread), but any shared inputs must be thread safe.
        Parameters:
        slot - The numbered slot within the activity instance for this action.
        Returns:
        A new or cached Input for the specified slot.