C4 Engine
C4 Engine API Documentation

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 button control.