The InputLegacy module implements the Input class used to read player Input.
| Class | Description | 
|---|---|
| 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. | 
| Struct | Description | 
|---|---|
| AccelerationEvent | Structure describing acceleration status of the device. | 
| LocationInfo | Structure describing device location. | 
| Touch | Structure describing the status of a finger touching the screen. | 
| Enumeration | Description | 
|---|---|
| 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. |