3#include "mc/_HeaderOutputPredefine.h"
17 ::ll::TypedStorage<8, 64, ::std::function<::RectangleArea()>> mArea;
18 ::ll::TypedStorage<4, 4, int> mScreenWidth;
19 ::ll::TypedStorage<4, 4, int> mScreenHeight;
20 ::ll::TypedStorage<8, 32, ::std::string> mCurrentLabel;
32 virtual uint getHoldButtonId()
const;
34 virtual int getActivePointerId()
const;
36 virtual bool releaseOnClear()
const;
48 MCAPI
explicit TouchControl(::std::function<::RectangleArea()> area);
50 MCAPI
bool canUpdateActivePointer(
::TouchPointResults& touchPointResults,
int pointerId,
float& x,
float& y)
const;
56 MCAPI
void* $ctor(::std::function<::RectangleArea()> area);
68 MCFOLD uint $getHoldButtonId()
const;
70 MCFOLD
int $getActivePointerId()
const;
72 MCFOLD
bool $releaseOnClear()
const;
Definition InputRenderContext.h:5
Definition TouchControl.h:5
static MCAPI void ** $vftable()
Definition TouchPointResults.h:5