LeviLamina
Loading...
Searching...
No Matches
GamefaceImeComposer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace OreUI {
6
8public:
9 // member variables
10 // NOLINTBEGIN
11 ::ll::TypedStorage<8, 32, ::std::string> mComposition;
12 ::ll::TypedStorage<4, 4, int> mStartPosition;
13 ::ll::TypedStorage<4, 4, int> mMaxLength;
14 // NOLINTEND
15
16public:
17 // member functions
18 // NOLINTBEGIN
19 MCAPI ::std::string replaceRange(::std::string const& replacement, int from, int to);
20 // NOLINTEND
21};
22
23} // namespace OreUI
Definition GamefaceImeComposer.h:7