The InputLegacy module implements the Input class used to read player Input.
| AndroidInput | AndroidInput provides support for off-screen touch input, such as a touchpad. |
| Compass | Interface into compass functionality. |
| Gyroscope | Interface into the Gyroscope. |
| Input | Interface into the Input system. |
| LocationService | Provides methods that allow an application to access the device's location. |
| AccelerationEvent | Structure describing acceleration status of the device. |
| LocationInfo | Structure describing device location. |
| Touch | Structure describing the status of a finger touching the screen. |
| DeviceOrientation | Describes physical orientation of the device as determined by the OS. |
| IMECompositionMode | Controls IME input. |
| LocationServiceStatus | Describes the location service status for a device. |
| TouchPhase | Describes phase of a finger touch. |
| TouchType | Describes whether a touch is direct, indirect (or remote), or from a stylus. |