LeviLamina
Loading...
Searching...
No Matches
ControlsSettingsScreenController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // ControlsSettingsScreenController inner types declare
8 // clang-format off
9 struct BindingInfo;
10 struct KeyboardLayoutInfo;
11 // clang-format on
12
13 // ControlsSettingsScreenController inner types define
14 struct BindingInfo {};
15
17 public:
18 // KeyboardLayoutInfo inner types declare
19 // clang-format off
21 // clang-format on
22
23 // KeyboardLayoutInfo inner types define
25 };
26};
Definition ControlsSettingsScreenController.h:14
Definition ControlsSettingsScreenController.h:16
Definition ControlsSettingsScreenController.h:5