LeviLamina
Loading...
Searching...
No Matches
CustomZoneControl.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/input/TouchControl.h"
7
8// auto generated forward declare list
9// clang-format off
10class InputEventQueue;
12// clang-format on
13
14class CustomZoneControl : public ::TouchControl {
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 4, uint const> mZoneName;
19 ::ll::TypedStorage<8, 64, ::std::function<bool()>> mCondition;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 virtual void
26 tick(::InputEventQueue& eventQueue, ::TouchPointResults& touchPointResults, int yAxisInversionFactor) /*override*/;
27
28 virtual ~CustomZoneControl() /*override*/ = default;
29 // NOLINTEND
30
31public:
32 // virtual function thunks
33 // NOLINTBEGIN
34 MCAPI void $tick(::InputEventQueue& eventQueue, ::TouchPointResults& touchPointResults, int yAxisInversionFactor);
35 // NOLINTEND
36
37public:
38 // vftables
39 // NOLINTBEGIN
40 MCNAPI static void** $vftable();
41 // NOLINTEND
42};
Definition CustomZoneControl.h:5
static MCAPI void ** $vftable()
Definition InputEventQueue.h:5
Definition TouchControl.h:5
Definition TouchPointResults.h:5