Input Manager
C4Input.h

class InputDevice

Encapsulates an individual input device.
Definition

class InputDevice : public ListElement<InputDevice>, public Memory<InputDevice>

Member Functions
InputDevice::GetDeviceType Returns the type of an input device.
InputDevice::GetDeviceName Returns the name of an input device.
InputDevice::GetFirstControl Returns the first control belonging to an input device.
InputDevice::GetNextControl Returns the next control in an input device's control tree.
InputDevice::FindControl Returns the control having a given name.
Description


Base Classes
ListElement<InputDevice> Used internally by the Input Manager.
Memory<InputDevice> Input devices are allocated in a dedicated heap.
See Also
InputControl