LeviLamina
Loading...
Searching...
No Matches
ClippedControlMetadata.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class UIControl;
9struct ScreenEvent;
10// clang-format on
11
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<8, 24, ::std::vector<::RenderControlMetadata>> controlsToUpdate;
17 ::ll::TypedStorage<8, 24, ::std::vector<::std::shared_ptr<::UIControl>>> clippedGrids;
18 ::ll::TypedStorage<8, 24, ::std::vector<::ScreenEvent>> clipStateChangeEvents;
19 // NOLINTEND
20};
Definition UIControl.h:5
Definition ClippedControlMetadata.h:5
Definition RenderControlMetadata.h:5
Definition ScreenEvent.h:5