Basic Architecture
Sensor<T>
is the base abstract class that defines the core interfaceFuserInput<T>
extendsSensor<T>
and implements the polling mechanismYourCustomCode
extendsFuserInput<T>
and implements the specific input functionality
Input Plugin Overview
Sensor<T>
is the base abstract class that defines the core interfaceFuserInput<T>
extends Sensor<T>
and implements the polling mechanismYourCustomCode
extends FuserInput<T>
and implements the specific input functionality