Interface InputType<T>

All Known Implementing Classes:
NDownable, NPressable, NToggleable, NTrigger

public interface InputType<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    get(T state)
     
  • Method Details

    • get

      T get(T state)