LeviLamina
Loading...
Searching...
No Matches
TouchContactPoints.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
TouchContactPoints
{
6
public
:
7
// member variables
8
// NOLINTBEGIN
9
::ll::TypedStorage<4, 48, ::std::array<int, 12>> mTouchIDLookup;
10
// NOLINTEND
11
12
public
:
13
// member functions
14
// NOLINTBEGIN
15
MCAPI TouchContactPoints();
16
17
MCAPI
int
getContactIndex(
int
dwID);
18
19
MCAPI
void
resetContactIndex(
int
dwID);
20
// NOLINTEND
21
22
public
:
23
// constructor thunks
24
// NOLINTBEGIN
25
MCFOLD
void
* $ctor();
26
// NOLINTEND
27
};
TouchContactPoints
Definition
TouchContactPoints.h:5
src-client
mc
deps
input
TouchContactPoints.h
Generated on
for LeviLamina by
1.16.1