class GenericButtonControl
Defined in:
Encapsulates a generic button input control.
C4Input.h
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.
|