C4 Engine
C4 Engine API Documentation

Action::HandleDisengage

Defined in:  C4Input.h
Called when an associated input control is disengaged.
Prototype

virtual void HandleDisengage(void);

Description
The HandleDisengage function is called when an input control to which the action object is assigned is disengaged by the user. For example, when a key, mouse button, or joystick button is released, the HandleDisengage function is called for any action object assigned to the control. The Action::HandleEngage function would have previously been called for the action object at the time that the user engaged the control.
See Also

Action::HandleEngage

Action::HandleDirectionalUpdate

Action::HandleAxisUpdate

Action::HandleSliderUpdate