34 ::ll::TypedStorage<8, 40, ::ButtonScreenEventData> button;
35 ::ll::TypedStorage<8, 40, ::TextEditScreenEventData> textEdit;
36 ::ll::TypedStorage<8, 40, ::HoverScreenEventData> hover;
37 ::ll::TypedStorage<4, 40, ::PointerMoveScreenEventData> pointerMove;
38 ::ll::TypedStorage<4, 40, ::PointerHeldScreenEventData> pointerHeld;
39 ::ll::TypedStorage<4, 40, ::FocusMoveScreenEventData> focusMove;
40 ::ll::TypedStorage<4, 40, ::InputModeChangeScreenEventData> inputMode;
41 ::ll::TypedStorage<4, 40, ::HoloInputModeChangeScreenEventData> holoInputMode;
42 ::ll::TypedStorage<4, 40, ::ScrollRequestScreenEventData> scrollRequest;
43 ::ll::TypedStorage<4, 40, ::ScrollDirectionEventData> scrollDirectionRequest;
44 ::ll::TypedStorage<8, 40, ::ToggleChangeEventData> toggle;
45 ::ll::TypedStorage<4, 40, ::ControllerDirectionEventData> controllerDirectionEventData;
46 ::ll::TypedStorage<4, 40, ::RawInputScreenEventData> rawInput;
47 ::ll::TypedStorage<8, 40, ::SliderChangeEventData> slider;
48 ::ll::TypedStorage<4, 40, ::AnimationEventData> animEventData;
49 ::ll::TypedStorage<1, 40, ::LockedStateEventData> locked;
50 ::ll::TypedStorage<8, 40, ::ClippedCollectionEventData> clippedCollection;
51 ::ll::TypedStorage<8, 40, ::ClipStateChangeEventData> clipStateChangeEventData;
52 ::ll::TypedStorage<4, 40, ::TextEditSelectedStateChangeEventData> textEditSelectedStateChangeEventData;
53 ::ll::TypedStorage<4, 40, ::CustomRendererEventData> customRendererEventData;