Class: GtcKnobHandler
Handles default behavior for the physical GTC knobs and buttons.
Constructors
constructor
• new GtcKnobHandler(gtcService
): GtcKnobHandler
The GtcKnobHandler constructor.
Parameters
Name | Type | Description |
---|---|---|
gtcService | GtcService | The GTC service instance for the GTC with which this handler is associated. |
Returns
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcKnobHandler.ts:53
Methods
handleDefaultInteractionBehavior
▸ handleDefaultInteractionBehavior(event
): void
Handles GtcInteractionEvents in the case that a GtcView has not overridden the knob behavior.
Parameters
Name | Type | Description |
---|---|---|
event | GtcInteractionEvent | The event. |
Returns
void
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcKnobHandler.ts:64