1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 |
--------------------------------
-- ZO_Pregame_Settings_Keyboard
--------------------------------
return object
end
self . subcategoriesMenu = ZO_Horizontal_Menu : New ( subcategoriesMenuControl , ZO_HORIZONAL_MENU_ALIGN_CENTER )
if newState == SCENE_FRAGMENT_SHOWING then
elseif newState == SCENE_FRAGMENT_HIDDEN then
end
end )
end
end
local HORIZONTAL_SPACING = 30
self . subcategoriesMenu : AddTemplate ( "ZO_Pregame_Settings_Keyboard_Subcategory_Label" , OnHorizontalMenuItemSetup , HORIZONTAL_SPACING )
end
end
end
self . subcategoriesMenu : AddMenuItem ( subcategory . name , subcategory . name , OnSelectionCallback , subcategory . unselectedCallback )
end
end
end
-- Select first sub category by default when showing settings
end
local SHOW_SETTINGS = true
end
end
local HIDE_SETTINGS = false
end
end
-- Global XML
end
if upInside then
end
end
if upInside then
end
end |