LeviLamina
Loading...
Searching...
No Matches
IKeyboardProxy.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
IKeyboardProxy
{
6
public
:
7
// virtual functions
8
// NOLINTBEGIN
9
virtual
void
feedText(::std::string
const
&,
bool
) = 0;
10
11
virtual
void
feedCaretLocation(
int
) = 0;
12
13
virtual
~IKeyboardProxy
() =
default
;
14
// NOLINTEND
15
16
public
:
17
// virtual function thunks
18
// NOLINTBEGIN
19
20
// NOLINTEND
21
};
IKeyboardProxy
Definition
IKeyboardProxy.h:5
src-client
mc
deps
input
IKeyboardProxy.h
Generated on Wed Dec 17 2025 02:57:50 for LeviLamina by
1.12.0