LeviLamina
Loading...
Searching...
No Matches
ScreenInputContext.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<::ScreenEvent>> mEvents;
17 ::ll::TypedStorage<8, 24, ::std::vector<::ButtonUpRightOfFirstRefusalRequest>> mButtonUpRightOfFirstRefusalRequests;
18 // NOLINTEND
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCAPI ScreenInputContext();
24
25 MCAPI void clear();
26
27 MCAPI void enqueueEvent(::ScreenEvent const& screenEvent);
28
29 MCFOLD ::std::vector<::ButtonUpRightOfFirstRefusalRequest> const& getButtonUpRightOfFirstRefusalRequests();
30
31 MCFOLD ::std::vector<::ScreenEvent>& getEventQueue();
32
33 MCAPI void requestButtonUpRightOfFirstRefusal(uint id, ::std::weak_ptr<::UIControl> control);
34
35 MCAPI ~ScreenInputContext();
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41 MCFOLD void* $ctor();
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47 MCAPI void $dtor();
48 // NOLINTEND
49};
Definition ScreenInputContext.h:5
Definition UIControl.h:5
Definition ButtonUpRightOfFirstRefusalRequest.h:5
Definition ScreenEvent.h:5