LeviLamina
Loading...
Searching...
No Matches
ScreenView.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
ScreenView {
6
public
:
7
// ScreenView inner types declare
8
// clang-format off
9
struct
TouchPadData
;
10
struct
DelayedCommand
;
11
// clang-format on
12
13
// ScreenView inner types define
14
enum class
DelayedCommandLocation :
int
{};
15
16
struct
TouchPadData
{};
17
18
struct
DelayedCommand
{};
19
};
ScreenView::DelayedCommand
Definition
ScreenView.h:18
ScreenView::TouchPadData
Definition
ScreenView.h:16
src-server
mc
client
gui
screens
ScreenView.h
Generated on
for LeviLamina by
1.16.1