LeviLamina
Loading...
Searching...
No Matches
TextInputHandler.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace OreUI {
6
7class TextInputHandler {
8public:
9 // TextInputHandler inner types declare
10 // clang-format off
11 struct TextInputState;
12 // clang-format on
13
14 // TextInputHandler inner types define
15 struct TextInputState {};
16};
17
18} // namespace OreUI
Definition TextInputHandler.h:15