3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/controls/ComponentReceiveActionType.h"
7#include "mc/client/gui/controls/UIComponent.h"
22 ::ll::TypedStorage<1, 1, bool> mButtonDown;
23 ::ll::TypedStorage<4, 4, uint> mTrackpadButtonId;
33 virtual ::std::unique_ptr<::UIComponent> clone(::UIControl& cloneOwner)
const ;
35 virtual void reset() ;
37 virtual ::ComponentReceiveActionType receive(
38 ::VisualTree& screenEvent,
39 ::ScreenInputContext&,
40 ::UIAnimationController&,
48 MCAPI
explicit GestureComponent(::UIControl& owner);
50 MCFOLD
void setTrackpadButtonId(uint buttonId);
56 MCAPI
void* $ctor(::UIControl& owner);
62 MCAPI ::std::unique_ptr<::UIComponent> $clone(::UIControl& cloneOwner)
const;
66 MCAPI ::ComponentReceiveActionType
67 $receive(::VisualTree& screenEvent, ::ScreenInputContext&, ::UIAnimationController&, ::ScreenEvent
const&);
Definition GestureComponent.h:5
static MCAPI void ** $vftable()
Definition ScreenInputContext.h:5
Definition UIAnimationController.h:5
Definition UIComponent.h:5
Definition VisualTree.h:5
Definition ScreenEvent.h:5