Skip to main content

Class: GtcKnobHandler

Handles default behavior for the physical GTC knobs and buttons.

Constructors

constructor

new GtcKnobHandler(gtcService): GtcKnobHandler

The GtcKnobHandler constructor.

Parameters

NameTypeDescription
gtcServiceGtcServiceThe GTC service instance for the GTC with which this handler is associated.

Returns

GtcKnobHandler

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

NameTypeDescription
eventGtcInteractionEventThe event.

Returns

void

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcKnobHandler.ts:64