| 66 | } |
| 67 | |
| 68 | void Window_VarList::SetItemIndex(int index) { |
| 69 | SetIndex(index * LINE_COUNT / GetItemCount()); |
| 70 | } |
| 71 | |
| 72 | void Window_VarList::DrawItem(int index, Font::SystemColor color) { |
| 73 | const int y = menu_item_height * index + 2; |
no outgoing calls
no test coverage detected