C4 Engine
C4 Engine API Documentation

class GenericButtonControl

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

class GenericButtonControl : public ButtonControl

Description
The GenericButtonControl class represents any button on an input device that is not a key on a keyboard. If an action is assigned to a GenericButtonControl object, then events are reported as described for the ButtonControl base class.
Base Classes
ButtonControl A GenericButtonControl is a specific type of button control.