LeviLamina
Loading...
Searching...
No Matches
MouseAction.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
MouseAction
{
6
public
:
7
// MouseAction inner types define
8
enum : schar {
9
ActionMove = 0,
10
ActionLeft = 1,
11
ActionRight = 2,
12
ActionMiddle = 3,
13
ActionWheel = 4,
14
ActionX1 = 5,
15
ActionX2 = 6,
16
ActionMoveRelative = 7,
17
DataUp = 0,
18
DataDown = 1,
19
};
20
21
public
:
22
// member variables
23
// NOLINTBEGIN
24
::ll::UntypedStorage<2, 2>
mUnk8569e1;
25
::ll::UntypedStorage<2, 2>
mUnk441867;
26
::ll::UntypedStorage<2, 2>
mUnkf4e196;
27
::ll::UntypedStorage<2, 2>
mUnk75b318;
28
::ll::UntypedStorage<1, 1>
mUnkc283d0;
29
::ll::UntypedStorage<1, 1>
mUnk4a5e6d;
30
::ll::UntypedStorage<4, 4>
mUnkf3e98f;
31
::ll::UntypedStorage<1, 1>
mUnk6c972e;
32
// NOLINTEND
33
34
public
:
35
// prevent constructor by default
36
MouseAction
& operator=(
MouseAction
const
&);
37
MouseAction
(
MouseAction
const
&);
38
MouseAction
();
39
};
MouseAction
Definition
MouseAction.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
input
MouseAction.h
Generated on Sat Apr 26 2025 05:55:27 for LeviLamina by
1.12.0