EoL 2020 Update
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
<LEFT_BUTTON_UP>77850</LEFT_BUTTON_UP>
|
||||
</UseTemplate>
|
||||
<UseTemplate Name="TFDi_Design_MD11_Button_Template">
|
||||
<TOOLTIPID>Go Around Thrust</TOOLTIPID>
|
||||
<TOOLTIPID>Go Around Mode</TOOLTIPID>
|
||||
<NODE_ID>MD11_THR_GA_BT</NODE_ID>
|
||||
<ANIM_NAME>MD11_THR_GA_BT</ANIM_NAME>
|
||||
<ANIM_LENGTH>10</ANIM_LENGTH>
|
||||
|
||||
@@ -856,5 +856,11 @@
|
||||
<UseTemplate Name="TFDi_Design_MD11_Annunciator">
|
||||
<NODE_ID>MD11_GSR_ABS_DISARM_LT</NODE_ID>
|
||||
</UseTemplate>
|
||||
<UseTemplate Name="TFDi_Design_MD11_Clickspot_UD">
|
||||
<NODE_ID>GA_BT_ALT</NODE_ID>
|
||||
<TOOLTIPID>Go Around Mode</TOOLTIPID>
|
||||
<LEFT_BUTTON_DOWN>77851</LEFT_BUTTON_DOWN>
|
||||
<LEFT_BUTTON_UP>77852</LEFT_BUTTON_UP>
|
||||
</UseTemplate>
|
||||
</Template>
|
||||
</ModelBehaviors>
|
||||
@@ -200,6 +200,26 @@
|
||||
</UseTemplate>
|
||||
</Component>
|
||||
</Template>
|
||||
<Template Name="TFDi_Design_MD11_Clickspot_UD">
|
||||
<Parameters Type="Override">
|
||||
<Condition Check="ID">
|
||||
<False>
|
||||
<ID>#NODE_ID#</ID>
|
||||
</False>
|
||||
</Condition>
|
||||
</Parameters>
|
||||
<Component ID="#ID#" Node="#NODE_ID#">
|
||||
<PartID>#NODE_ID#</PartID>
|
||||
<UseTemplate Name="ASOBO_GT_MouseRect">
|
||||
<MOUSEFLAGS_DEFAULT_IM>LeftSingle+LeftRelease</MOUSEFLAGS_DEFAULT_IM>
|
||||
<MOUSEFLAGS_DRAG_IM>LeftSingle+LeftRelease</MOUSEFLAGS_DRAG_IM>
|
||||
<CURSOR_DEFAULT_IM>Hand</CURSOR_DEFAULT_IM>
|
||||
<CURSOR_DRAG_IM>Hand</CURSOR_DRAG_IM>
|
||||
<CALLBACKCODE_DEFAULT_IM>(M:Event) 'LeftSingle' scmi 0 == if{ #LEFT_BUTTON_DOWN# (>L:CEVENT) } (M:Event) 'LeftRelease' scmi 0 == if{ #LEFT_BUTTON_UP# (>L:CEVENT) }</CALLBACKCODE_DEFAULT_IM>
|
||||
<CALLBACKCODE_DRAG_IM>(M:Event) 'LeftSingle' scmi 0 == if{ #LEFT_BUTTON_DOWN# (>L:CEVENT) } (M:Event) 'LeftRelease' scmi 0 == if{ #LEFT_BUTTON_UP# (>L:CEVENT) }</CALLBACKCODE_DRAG_IM>
|
||||
</UseTemplate>
|
||||
</Component>
|
||||
</Template>
|
||||
<Template Name="TFDi_Design_MD11_Evac_Light">
|
||||
<Parameters Type="Default">
|
||||
<VAR_NAME>MD11_LTS_BRT_DIM</VAR_NAME>
|
||||
|
||||
Reference in New Issue
Block a user