14 ::ll::TypedStorage<4, 4, int> _index;
15 ::ll::TypedStorage<2, 2, short> _x;
16 ::ll::TypedStorage<2, 2, short> _y;
17 ::ll::TypedStorage<2, 2, short> _dx;
18 ::ll::TypedStorage<2, 2, short> _dy;
19 ::ll::TypedStorage<2, 2, short> _xOld;
20 ::ll::TypedStorage<2, 2, short> _yOld;
21 ::ll::TypedStorage<1, 5, char[5]> _buttonStates;
22 ::ll::TypedStorage<8, 24, ::std::vector<::MouseAction>> _inputs;
23 ::ll::TypedStorage<4, 4, int> _firstMovementType;
30 feed(
char actionButtonId, schar buttonData,
short x,
short y,
short dx,
short dy,
bool forceMotionlessPointer);
36 MCAPI_C
void* $ctor();