C4 Engine Terathon Software C4 Engine API Documentation

• Input Manager

API Links
Developer Links

class KeyButtonControl

Defined in:  C4Input.h
Encapsulates a key button input control.
Definition

class KeyButtonControl : public ButtonControl

Description
The KeyButtonControl class represents a single key on a keyboard device. If an action is assigned to a KeyButtonControl object, then events are reported as described for the ButtonControl base class.
Base Classes
ButtonControl A KeyButtonControl is a specific type of ButtonControl.