LeviLamina
Loading...
Searching...
No Matches
ScreenEventData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
27// clang-format on
28
30public:
32
33public:
34 // member variables
35 // NOLINTBEGIN
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;
56 // NOLINTEND
57};
Definition AnimationEventData.h:5
Definition ButtonScreenEventData.h:14
Definition ClipStateChangeEventData.h:10
Definition ClippedCollectionEventData.h:10
Definition ControllerDirectionEventData.h:8
Definition CustomRendererEventData.h:5
Definition FocusMoveScreenEventData.h:5
Definition HoloInputModeChangeScreenEventData.h:8
Definition HoverScreenEventData.h:10
Definition InputModeChangeScreenEventData.h:8
Definition LockedStateEventData.h:5
Definition PointerHeldScreenEventData.h:5
Definition PointerMoveScreenEventData.h:5
Definition RawInputScreenEventData.h:9
Definition ScrollDirectionEventData.h:5
Definition ScrollRequestScreenEventData.h:5
Definition SliderChangeEventData.h:10
Definition TextEditScreenEventData.h:13
Definition TextEditSelectedStateChangeEventData.h:5
Definition ToggleChangeEventData.h:10
Definition ScreenEventData.h:29