C4 Engine
C4 Engine API Documentation

class LinearAxisControl

Defined in:  C4Input.h
Encapsulates a linear axis input control.
Definition

class LinearAxisControl : public AxisControl

Description
The LinearAxisControl class represents an input control that uses a linear axis. If an action is assigned to a LinearAxisControl object, then events are reported as described for the AxisControl base class.
Base Classes
AxisControl A LinearAxisControl is a specific type of axis control.