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