AnalogInput |
First abstraction of Input representing "analog" Inputs
such as joysticks and gyros.
|
DigitalInput |
First abstraction of Input representing "digital" Inputs
such as buttons and limit switches.
|
DiscreteInput |
First abstraction of Input representing "discrete" Inputs
such as hall effect and LIDAR sensors.
|
I2CInput |
First abstraction of Input representing I2C Inputs.
|
ImageInput |
First abstraction of Input representing "image" Inputs for vision purposes.
|
Input |
Core input functions, primarily handling InputListeners.
|