3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/input/TouchControl.h"
7#include "mc/deps/input/enums/ButtonState.h"
20 ::ll::TypedStorage<4, 4, uint const> mButtonId;
21 ::ll::TypedStorage<1, 1, ::ButtonState> mButtonState;
22 ::ll::TypedStorage<8, 64, ::std::function<bool()>> mCondition;
23 ::ll::TypedStorage<1, 1, bool> mConsumeInput;
28 TouchGuiConditionalPassthroughControl();
33 virtual ~TouchGuiConditionalPassthroughControl() =
default;
36 tick(::InputEventQueue& eventQueue, ::TouchPointResults& touchPointResults,
int yAxisInversionFactor) ;
42 MCAPI TouchGuiConditionalPassthroughControl(
43 ::std::function<::RectangleArea()> area,
45 ::std::function<
bool()> condition,
54 $ctor(::std::function<::RectangleArea()> area, uint buttonId, ::std::function<
bool()> condition,
bool consumeInput);
60 MCAPI
void $tick(::InputEventQueue& eventQueue, ::TouchPointResults& touchPointResults,
int yAxisInversionFactor);
Definition RectangleArea.h:5
Definition TouchControl.h:5
Definition TouchGuiConditionalPassthroughControl.h:5
static MCAPI void ** $vftable()
Definition TouchPointResults.h:5