LeviLamina
Loading...
Searching...
No Matches
InputComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
InputComponent
{
6
public
:
7
// InputComponent inner types declare
8
// clang-format off
9
struct
PressStats
;
10
struct
ScreenHoverButtonMapping
;
11
// clang-format on
12
13
// InputComponent inner types define
14
enum class
PressType : uint {};
15
16
struct
PressStats
{};
17
18
struct
ScreenHoverButtonMapping
{};
19
};
InputComponent::PressStats
Definition
InputComponent.h:16
InputComponent::ScreenHoverButtonMapping
Definition
InputComponent.h:18
InputComponent
Definition
InputComponent.h:5
src-client
mc
client
gui
controls
InputComponent.h
Generated on Fri Dec 12 2025 16:34:18 for LeviLamina by
1.12.0